public static interface ListImportJobsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListImportJobsRequest.Builder,ListImportJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListImportJobsRequest.Builder |
importDestinationType(ImportDestinationType importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
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 . |
ListImportJobsRequest.Builder |
nextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
ListImportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListImportJobsRequest.Builder |
pageSize(Integer pageSize)
Maximum number of import jobs to return at once.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListImportJobsRequest.Builder importDestinationType(String importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType
.
importDestinationType
- The destination of the import job, which can be used to list import jobs that have a certain
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
.
importDestinationType
- The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType
.ImportDestinationType
,
ImportDestinationType
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 ListImportJobs
with the same parameters to retrieve the next page of
import jobs.
nextToken
- A string token indicating that there might be additional import jobs available to be listed. Copy this
token to a subsequent call to ListImportJobs
with the same parameters to retrieve the
next page of import jobs.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 NextToken
element is sent in the response. Use the
NextToken
value in subsequent requests to retrieve additional addresses.
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 NextToken
element is sent in the
response. Use the NextToken
value in subsequent requests to retrieve additional
addresses.ListImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.