Interface ListBatchJobExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>,M2Request.Builder,SdkBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBatchJobExecutionsRequest
public static interface ListBatchJobExecutionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobExecutionsRequest.Builder,ListBatchJobExecutionsRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
applicationId
ListBatchJobExecutionsRequest.Builder applicationId(String 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
ListBatchJobExecutionsRequest.Builder executionIds(Collection<String> 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
ListBatchJobExecutionsRequest.Builder executionIds(String... 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
ListBatchJobExecutionsRequest.Builder jobName(String 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
ListBatchJobExecutionsRequest.Builder maxResults(Integer 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
ListBatchJobExecutionsRequest.Builder nextToken(String 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
ListBatchJobExecutionsRequest.Builder startedAfter(Instant 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
ListBatchJobExecutionsRequest.Builder startedBefore(Instant 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
ListBatchJobExecutionsRequest.Builder status(String 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:
BatchJobExecutionStatus,BatchJobExecutionStatus
-
status
ListBatchJobExecutionsRequest.Builder status(BatchJobExecutionStatus 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:
BatchJobExecutionStatus,BatchJobExecutionStatus
-
overrideConfiguration
ListBatchJobExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBatchJobExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-