Interface CreateMultipartReadSetUploadRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateMultipartReadSetUploadRequest.Builder,
,CreateMultipartReadSetUploadRequest> OmicsRequest.Builder
,SdkBuilder<CreateMultipartReadSetUploadRequest.Builder,
,CreateMultipartReadSetUploadRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMultipartReadSetUploadRequest
@Mutable
@NotThreadSafe
public static interface CreateMultipartReadSetUploadRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateMultipartReadSetUploadRequest.Builder,CreateMultipartReadSetUploadRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) An idempotency token that can be used to avoid triggering multiple multipart uploads.description
(String description) The description of the read set.generatedFrom
(String generatedFrom) Where the source originated.The name of the read set.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.referenceArn
(String referenceArn) The ARN of the reference.The source's sample ID.sequenceStoreId
(String sequenceStoreId) The sequence store ID for the store that is the destination of the multipart uploads.sourceFileType
(String sourceFileType) The type of file being uploaded.sourceFileType
(FileType sourceFileType) The type of file being uploaded.The source's subject ID.Any tags to add to the read set.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.omics.model.OmicsRequest.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
-
sequenceStoreId
The sequence store ID for the store that is the destination of the multipart uploads.
- Parameters:
sequenceStoreId
- The sequence store ID for the store that is the destination of the multipart uploads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
An idempotency token that can be used to avoid triggering multiple multipart uploads.
- Parameters:
clientToken
- An idempotency token that can be used to avoid triggering multiple multipart uploads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceFileType
The type of file being uploaded.
- Parameters:
sourceFileType
- The type of file being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFileType
The type of file being uploaded.
- Parameters:
sourceFileType
- The type of file being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subjectId
The source's subject ID.
- Parameters:
subjectId
- The source's subject ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleId
The source's sample ID.
- Parameters:
sampleId
- The source's sample ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generatedFrom
Where the source originated.
- Parameters:
generatedFrom
- Where the source originated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
referenceArn
The ARN of the reference.
- Parameters:
referenceArn
- The ARN of the reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the read set.
- Parameters:
name
- The name of the read set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the read set.
- Parameters:
description
- The description of the read set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Any tags to add to the read set.
- Parameters:
tags
- Any tags to add to the read set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMultipartReadSetUploadRequest.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
CreateMultipartReadSetUploadRequest.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.
-