public static interface ListExecutionsResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<ListExecutionsResponse.Builder,ListExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
executions(Collection<ExecutionSummary> executions)
A list of executions.
|
ListExecutionsResponse.Builder |
executions(Consumer<ExecutionSummary.Builder>... executions)
A list of executions.
|
ListExecutionsResponse.Builder |
executions(ExecutionSummary... executions)
A list of executions.
|
ListExecutionsResponse.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of executions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutionsResponse.Builder executions(Collection<ExecutionSummary> executions)
A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.
executions - A list of executions. Each execution contains the task ID, the device that the task is executing on,
the execution ID, and the status of the execution.ListExecutionsResponse.Builder executions(ExecutionSummary... executions)
A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.
executions - A list of executions. Each execution contains the task ID, the device that the task is executing on,
the execution ID, and the status of the execution.ListExecutionsResponse.Builder executions(Consumer<ExecutionSummary.Builder>... executions)
A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.
This is a convenience method that creates an instance of theExecutionSummary.Builder avoiding the need
to create one manually via
ExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #executions(List.
executions - a consumer that will call methods on
ExecutionSummary.Builder#executions(java.util.Collection) ListExecutionsResponse.Builder nextToken(String nextToken)
A pagination token to continue to the next page of executions.
nextToken - A pagination token to continue to the next page of executions.Copyright © 2023. All rights reserved.