public static interface ListBatchJobExecutionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchJobExecutionsRequest.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.ListBatchJobExecutionsRequest.Builder executionIds(Collection<String> executionIds)
The unique identifier of each batch job execution.
executionIds - The unique identifier of each batch job execution.ListBatchJobExecutionsRequest.Builder executionIds(String... executionIds)
The unique identifier of each batch job execution.
executionIds - The unique identifier of each batch job execution.ListBatchJobExecutionsRequest.Builder jobName(String jobName)
The name of each batch job execution.
jobName - The name of each batch job execution.ListBatchJobExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of batch job executions to return.
maxResults - The maximum number of batch job executions to return.ListBatchJobExecutionsRequest.Builder nextToken(String nextToken)
A pagination token to control the number of batch job executions displayed in the list.
nextToken - A pagination token to control the number of batch job executions displayed in the list.ListBatchJobExecutionsRequest.Builder startedAfter(Instant startedAfter)
The time after which the batch job executions started.
startedAfter - The time after which the batch job executions started.ListBatchJobExecutionsRequest.Builder startedBefore(Instant startedBefore)
The time before the batch job executions started.
startedBefore - The time before the batch job executions started.ListBatchJobExecutionsRequest.Builder status(String status)
The status of the batch job executions.
status - The status of the batch job executions.BatchJobExecutionStatus,
BatchJobExecutionStatusListBatchJobExecutionsRequest.Builder status(BatchJobExecutionStatus status)
The status of the batch job executions.
status - The status of the batch job executions.BatchJobExecutionStatus,
BatchJobExecutionStatusListBatchJobExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBatchJobExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.