Interface StartRunBatchResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartRunBatchResponse.Builder,,StartRunBatchResponse> OmicsResponse.Builder,SdkBuilder<StartRunBatchResponse.Builder,,StartRunBatchResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartRunBatchResponse
@Mutable
@NotThreadSafe
public static interface StartRunBatchResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<StartRunBatchResponse.Builder,StartRunBatchResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ARN of the run batch.The identifier portion of the run batch ARN.The initial status of the run batch.status(BatchStatus status) The initial status of the run batch.AWS tags associated with the run batch.The universally unique identifier (UUID) for the run batch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The identifier portion of the run batch ARN.
- Parameters:
id- The identifier portion of the run batch ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The unique ARN of the run batch.
- Parameters:
arn- The unique ARN of the run batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The initial status of the run batch.
- Parameters:
status- The initial status of the run batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The initial status of the run batch.
- Parameters:
status- The initial status of the run batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uuid
The universally unique identifier (UUID) for the run batch.
- Parameters:
uuid- The universally unique identifier (UUID) for the run batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AWS tags associated with the run batch.
- Parameters:
tags- AWS tags associated with the run batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-