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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTaskExecutionsResponse.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 method that creates an instance of theTaskExecutionListEntry.Builder avoiding the need to
create one manually via
TaskExecutionListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #taskExecutions(List.
taskExecutions - a consumer that will call methods on
TaskExecutionListEntry.Builder#taskExecutions(java.util.Collection) 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 © 2022. All rights reserved.