Interface ListRunsInBatchRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRunsInBatchRequest.Builder,,ListRunsInBatchRequest> OmicsRequest.Builder,SdkBuilder<ListRunsInBatchRequest.Builder,,ListRunsInBatchRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRunsInBatchRequest
@Mutable
@NotThreadSafe
public static interface ListRunsInBatchRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListRunsInBatchRequest.Builder,ListRunsInBatchRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier portion of the run batch ARN.The maximum number of runs to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter runs by the HealthOmics-generated run ID.runSettingId(String runSettingId) Filter runs by the customer-provided run setting ID.startingToken(String startingToken) A pagination token returned from a priorListRunsInBatchcall.submissionStatus(String submissionStatus) Filter runs by submission status.submissionStatus(SubmissionStatus submissionStatus) Filter runs by submission 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
-
batchId
The identifier portion of the run batch ARN.
- Parameters:
batchId- The identifier portion of the run batch ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of runs to return.
- Parameters:
maxItems- The maximum number of runs to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startingToken
A pagination token returned from a prior
ListRunsInBatchcall.- Parameters:
startingToken- A pagination token returned from a priorListRunsInBatchcall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submissionStatus
Filter runs by submission status.
- Parameters:
submissionStatus- Filter runs by submission status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submissionStatus
Filter runs by submission status.
- Parameters:
submissionStatus- Filter runs by submission status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runSettingId
Filter runs by the customer-provided run setting ID.
- Parameters:
runSettingId- Filter runs by the customer-provided run setting ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
Filter runs by the HealthOmics-generated run ID.
- Parameters:
runId- Filter runs by the HealthOmics-generated run ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRunsInBatchRequest.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
ListRunsInBatchRequest.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.
-