public static interface ListExportJobsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExportJobsRequest.Builder |
exportSourceType(ExportSourceType exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
ListExportJobsRequest.Builder |
exportSourceType(String exportSourceType)
A value used to list export jobs that have a certain
ExportSourceType. |
ListExportJobsRequest.Builder |
jobStatus(JobStatus jobStatus)
A value used to list export jobs that have a certain
JobStatus. |
ListExportJobsRequest.Builder |
jobStatus(String jobStatus)
A value used to list export jobs that have a certain
JobStatus. |
ListExportJobsRequest.Builder |
nextToken(String nextToken)
The pagination token returned from a previous call to
ListExportJobs to indicate the position in
the list of export jobs. |
ListExportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExportJobsRequest.Builder |
pageSize(Integer pageSize)
Maximum number of export jobs to return at once.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExportJobsRequest.Builder nextToken(String nextToken)
The pagination token returned from a previous call to ListExportJobs to indicate the position in
the list of export jobs.
nextToken - The pagination token returned from a previous call to ListExportJobs to indicate the
position in the list of export jobs.ListExportJobsRequest.Builder pageSize(Integer 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 NextToken element is sent in the response. Use the
NextToken value in subsequent calls to ListExportJobs to retrieve additional export
jobs.
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 NextToken element is sent in the
response. Use the NextToken value in subsequent calls to ListExportJobs to
retrieve additional export jobs.ListExportJobsRequest.Builder exportSourceType(String exportSourceType)
A value used to list export jobs that have a certain ExportSourceType.
exportSourceType - A value used to list export jobs that have a certain ExportSourceType.ExportSourceType,
ExportSourceTypeListExportJobsRequest.Builder exportSourceType(ExportSourceType exportSourceType)
A value used to list export jobs that have a certain ExportSourceType.
exportSourceType - A value used to list export jobs that have a certain ExportSourceType.ExportSourceType,
ExportSourceTypeListExportJobsRequest.Builder jobStatus(String jobStatus)
A value used to list export jobs that have a certain JobStatus.
ListExportJobsRequest.Builder jobStatus(JobStatus jobStatus)
A value used to list export jobs that have a certain JobStatus.
ListExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.