Interface ListImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListImportJobsRequest.Builder,ListImportJobsRequest>,SdkBuilder<ListImportJobsRequest.Builder,ListImportJobsRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- ListImportJobsRequest
public static interface ListImportJobsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListImportJobsRequest.Builder,ListImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImportJobsRequest.BuilderimportDestinationType(String importDestinationType)The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.ListImportJobsRequest.BuilderimportDestinationType(ImportDestinationType importDestinationType)The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.ListImportJobsRequest.BuildernextToken(String nextToken)A string token indicating that there might be additional import jobs available to be listed.ListImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListImportJobsRequest.BuilderpageSize(Integer pageSize)Maximum number of import jobs to return at once.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
importDestinationType
ListImportJobsRequest.Builder importDestinationType(String importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType.- Parameters:
importDestinationType- The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportDestinationType,ImportDestinationType
-
importDestinationType
ListImportJobsRequest.Builder importDestinationType(ImportDestinationType importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType.- Parameters:
importDestinationType- The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportDestinationType,ImportDestinationType
-
nextToken
ListImportJobsRequest.Builder nextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to
ListImportJobswith the same parameters to retrieve the next page of import jobs.- Parameters:
nextToken- A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call toListImportJobswith the same parameters to retrieve the next page of import jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListImportJobsRequest.Builder pageSize(Integer pageSize)
Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the
NextTokenelement is sent in the response. Use theNextTokenvalue in subsequent requests to retrieve additional addresses.- Parameters:
pageSize- Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, theNextTokenelement is sent in the response. Use theNextTokenvalue in subsequent requests to retrieve additional addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-