Interface ListExportJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListExportJobsRequest.Builder,,ListExportJobsRequest> SdkBuilder<ListExportJobsRequest.Builder,,ListExportJobsRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- ListExportJobsRequest
@Mutable
@NotThreadSafe
public static interface ListExportJobsRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexportSourceType(String exportSourceType) A value used to list export jobs that have a certainExportSourceType.exportSourceType(ExportSourceType exportSourceType) A value used to list export jobs that have a certainExportSourceType.A value used to list export jobs that have a certainJobStatus.A value used to list export jobs that have a certainJobStatus.The pagination token returned from a previous call toListExportJobsto indicate the position in the list of export jobs.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Maximum number of export jobs to return at once.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
nextToken
The pagination token returned from a previous call to
ListExportJobsto indicate the position in the list of export jobs.- Parameters:
nextToken- The pagination token returned from a previous call toListExportJobsto indicate the position in the list of export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the
NextTokenelement is sent in the response. Use theNextTokenvalue in subsequent calls toListExportJobsto retrieve additional export jobs.- Parameters:
pageSize- Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, theNextTokenelement is sent in the response. Use theNextTokenvalue in subsequent calls toListExportJobsto retrieve additional export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSourceType
A value used to list export jobs that have a certain
ExportSourceType.- Parameters:
exportSourceType- A value used to list export jobs that have a certainExportSourceType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportSourceType
A value used to list export jobs that have a certain
ExportSourceType.- Parameters:
exportSourceType- A value used to list export jobs that have a certainExportSourceType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
A value used to list export jobs that have a certain
JobStatus. -
jobStatus
A value used to list export jobs that have a certain
JobStatus. -
overrideConfiguration
ListExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-