public static interface ListJobsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
|
ListJobsRequest.Builder |
jobStatuses(Collection<JobStatus> jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest.Builder |
jobStatuses(JobStatus... jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest.Builder |
jobStatusesWithStrings(Collection<String> jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest.Builder |
jobStatusesWithStrings(String... jobStatuses)
The
List Jobs request returns jobs that match the statuses listed in this element. |
ListJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of jobs that Amazon S3 will include in the
List Jobs response. |
ListJobsRequest.Builder |
nextToken(String nextToken)
A pagination token to request the next page of results.
|
ListJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsRequest.Builder accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
accountId - The AWS account ID associated with the S3 Batch Operations job.ListJobsRequest.Builder jobStatusesWithStrings(Collection<String> jobStatuses)
The List Jobs request returns jobs that match the statuses listed in this element.
jobStatuses - The List Jobs request returns jobs that match the statuses listed in this element.ListJobsRequest.Builder jobStatusesWithStrings(String... jobStatuses)
The List Jobs request returns jobs that match the statuses listed in this element.
jobStatuses - The List Jobs request returns jobs that match the statuses listed in this element.ListJobsRequest.Builder jobStatuses(Collection<JobStatus> jobStatuses)
The List Jobs request returns jobs that match the statuses listed in this element.
jobStatuses - The List Jobs request returns jobs that match the statuses listed in this element.ListJobsRequest.Builder jobStatuses(JobStatus... jobStatuses)
The List Jobs request returns jobs that match the statuses listed in this element.
jobStatuses - The List Jobs request returns jobs that match the statuses listed in this element.ListJobsRequest.Builder nextToken(String nextToken)
A pagination token to request the next page of results. Use the token that Amazon S3 returned in the
NextToken element of the ListJobsResult from the previous List Jobs
request.
nextToken - A pagination token to request the next page of results. Use the token that Amazon S3 returned in the
NextToken element of the ListJobsResult from the previous
List Jobs request.ListJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of jobs that Amazon S3 will include in the List Jobs response. If there are
more jobs than this number, the response will include a pagination token in the NextToken field
to enable you to retrieve the next page of results.
maxResults - The maximum number of jobs that Amazon S3 will include in the List Jobs response. If
there are more jobs than this number, the response will include a pagination token in the
NextToken field to enable you to retrieve the next page of results.ListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.