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)
Add an optional request override configuration.
|
ListTaskExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTaskExecutionsRequest.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task whose tasks you want to list.
|
build
overrideConfiguration
copy
applyMutation, build
ListTaskExecutionsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTaskExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.