public static interface ListTaskExecutionsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListTaskExecutionsResponse.Builder,ListTaskExecutionsResponse>
Modifier and Type | Method and Description |
---|---|
ListTaskExecutionsResponse.Builder |
nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
|
ListTaskExecutionsResponse.Builder |
taskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
|
ListTaskExecutionsResponse.Builder |
taskExecutions(Consumer<TaskExecutionListEntry.Builder>... taskExecutions)
A list of executed tasks.
|
ListTaskExecutionsResponse.Builder |
taskExecutions(TaskExecutionListEntry... taskExecutions)
A list of executed tasks.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListTaskExecutionsResponse.Builder taskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
taskExecutions
- A list of executed tasks.ListTaskExecutionsResponse.Builder taskExecutions(TaskExecutionListEntry... taskExecutions)
A list of executed tasks.
taskExecutions
- A list of executed tasks.ListTaskExecutionsResponse.Builder taskExecutions(Consumer<TaskExecutionListEntry.Builder>... taskExecutions)
A list of executed tasks.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #taskExecutions(List)
.taskExecutions
- a consumer that will call methods on List.Builder
#taskExecutions(List)
ListTaskExecutionsResponse.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
nextToken
- An opaque string that indicates the position at which to begin returning the next list of executed
tasks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.