public static interface ListTaskExecutionsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTaskExecutionsRequest.Builder,ListTaskExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTaskExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of executed tasks to list.
|
ListTaskExecutionsRequest.Builder |
nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
|
ListTaskExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTaskExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTaskExecutionsRequest.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTaskExecutionsRequest.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
taskArn - The Amazon Resource Name (ARN) of the task whose tasks you want to list.ListTaskExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of executed tasks to list.
maxResults - The maximum number of executed tasks to list.ListTaskExecutionsRequest.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of the executed tasks.
nextToken - An opaque string that indicates the position at which to begin the next list of the executed tasks.ListTaskExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTaskExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.