Interface ListBatchRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBatchRequest.Builder,,ListBatchRequest> OmicsRequest.Builder,SdkBuilder<ListBatchRequest.Builder,,ListBatchRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBatchRequest
@Mutable
@NotThreadSafe
public static interface ListBatchRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListBatchRequest.Builder,ListBatchRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of batches to return.Filter batches by name.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.runGroupId(String runGroupId) Filter batches by run group ID.startingToken(String startingToken) A pagination token returned from a priorListBatchcall.Filter batches by status.status(BatchStatus status) Filter batches by status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxItems
The maximum number of batches to return. If not specified, defaults to 100.
- Parameters:
maxItems- The maximum number of batches to return. If not specified, defaults to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingToken
A pagination token returned from a prior
ListBatchcall.- Parameters:
startingToken- A pagination token returned from a priorListBatchcall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter batches by status.
- Parameters:
status- Filter batches by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter batches by status.
- Parameters:
status- Filter batches by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Filter batches by name.
- Parameters:
name- Filter batches by name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runGroupId
Filter batches by run group ID.
- Parameters:
runGroupId- Filter batches by run group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-