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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sequenceStoreIdThe 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.
 
- 
clientTokenAn 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.
 
- 
sourceFileTypeThe 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:
 
- 
sourceFileTypeThe 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:
 
- 
subjectIdThe 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.
 
- 
sampleIdThe 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.
 
- 
generatedFromWhere the source originated. - Parameters:
- generatedFrom- Where the source originated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
referenceArnThe 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.
 
- 
nameThe 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.
 
- 
descriptionThe 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.
 
- 
tagsAny 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.
 
- 
overrideConfigurationCreateMultipartReadSetUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateMultipartReadSetUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-