Interface ListBatchJobExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListBatchJobExecutionsRequest.Builder,
,ListBatchJobExecutionsRequest> M2Request.Builder
,SdkBuilder<ListBatchJobExecutionsRequest.Builder,
,ListBatchJobExecutionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListBatchJobExecutionsRequest
@Mutable
@NotThreadSafe
public static interface ListBatchJobExecutionsRequest.Builder
extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier of the application.executionIds
(String... executionIds) The unique identifier of each batch job execution.executionIds
(Collection<String> executionIds) The unique identifier of each batch job execution.The name of each batch job execution.maxResults
(Integer maxResults) The maximum number of batch job executions to return.A pagination token to control the number of batch job executions displayed in the list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.startedAfter
(Instant startedAfter) The time after which the batch job executions started.startedBefore
(Instant startedBefore) The time before the batch job executions started.The status of the batch job executions.status
(BatchJobExecutionStatus status) The status of the batch job executions.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the application.
- Parameters:
applicationId
- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionIds
The unique identifier of each batch job execution.
- Parameters:
executionIds
- The unique identifier of each batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionIds
The unique identifier of each batch job execution.
- Parameters:
executionIds
- The unique identifier of each batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of each batch job execution.
- Parameters:
jobName
- The name of each batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of batch job executions to return.
- Parameters:
maxResults
- The maximum number of batch job executions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token to control the number of batch job executions displayed in the list.
- Parameters:
nextToken
- A pagination token to control the number of batch job executions displayed in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAfter
The time after which the batch job executions started.
- Parameters:
startedAfter
- The time after which the batch job executions started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedBefore
The time before the batch job executions started.
- Parameters:
startedBefore
- The time before the batch job executions started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the batch job executions.
- Parameters:
status
- The status of the batch job executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the batch job executions.
- Parameters:
status
- The status of the batch job executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListBatchJobExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBatchJobExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-