public static interface ListBatchJobExecutionsResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<ListBatchJobExecutionsResponse.Builder,ListBatchJobExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsResponse.Builder |
batchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResponse.Builder |
batchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResponse.Builder |
batchJobExecutions(Consumer<BatchJobExecutionSummary.Builder>... batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResponse.Builder |
nextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchJobExecutionsResponse.Builder batchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
batchJobExecutions - Returns a list of batch job executions for an application.ListBatchJobExecutionsResponse.Builder batchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
batchJobExecutions - Returns a list of batch job executions for an application.ListBatchJobExecutionsResponse.Builder batchJobExecutions(Consumer<BatchJobExecutionSummary.Builder>... batchJobExecutions)
Returns a list of batch job executions for an application.
This is a convenience method that creates an instance of theBatchJobExecutionSummary.Builder avoiding the need to create
one manually via BatchJobExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #batchJobExecutions(List.
batchJobExecutions - a consumer that will call methods on
BatchJobExecutionSummary.Builder#batchJobExecutions(java.util.Collection) ListBatchJobExecutionsResponse.Builder nextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
nextToken - A pagination token that's returned when the response doesn't contain all batch job executions.Copyright © 2023. All rights reserved.