Interface GetReadSetMetadataResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetReadSetMetadataResponse.Builder,,- GetReadSetMetadataResponse> - OmicsResponse.Builder,- SdkBuilder<GetReadSetMetadataResponse.Builder,,- GetReadSetMetadataResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetReadSetMetadataResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe read set's ARN.creationJobId(String creationJobId) The read set's creation job ID.creationTime(Instant creationTime) When the read set was created.creationType(String creationType) The creation type of the read set.creationType(CreationType creationType) The creation type of the read set.description(String description) The read set's description.etag(Consumer<ETag.Builder> etag) The entity tag (ETag) is a hash of the object meant to represent its semantic content.The entity tag (ETag) is a hash of the object meant to represent its semantic content.files(Consumer<ReadSetFiles.Builder> files) The read set's files.files(ReadSetFiles files) The read set's files.The read set's file type.The read set's file type.The read set's ID.The read set's name.referenceArn(String referenceArn) The read set's genome reference ARN.The read set's sample ID.sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation) The read set's sequence information.sequenceInformation(SequenceInformation sequenceInformation) The read set's sequence information.sequenceStoreId(String sequenceStoreId) The read set's sequence store ID.The read set's status.status(ReadSetStatus status) The read set's status.statusMessage(String statusMessage) The status message for a read set.The read set's subject ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe read set's ID. - Parameters:
- id- The read set's ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe read set's ARN. - Parameters:
- arn- The read set's ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sequenceStoreIdThe read set's sequence store ID. - Parameters:
- sequenceStoreId- The read set's sequence store ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subjectIdThe read set's subject ID. - Parameters:
- subjectId- The read set's subject ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sampleIdThe read set's sample ID. - Parameters:
- sampleId- The read set's sample ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe read set's status. - Parameters:
- status- The read set's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe read set's status. - Parameters:
- status- The read set's status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe read set's name. - Parameters:
- name- The read set's name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe read set's description. - Parameters:
- description- The read set's description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fileTypeThe read set's file type. - Parameters:
- fileType- The read set's file type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fileTypeThe read set's file type. - Parameters:
- fileType- The read set's file type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeWhen the read set was created. - Parameters:
- creationTime- When the read set was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sequenceInformationThe read set's sequence information. - Parameters:
- sequenceInformation- The read set's sequence information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sequenceInformationdefault GetReadSetMetadataResponse.Builder sequenceInformation(Consumer<SequenceInformation.Builder> sequenceInformation) The read set's sequence information. This is a convenience method that creates an instance of theSequenceInformation.Builderavoiding the need to create one manually viaSequenceInformation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosequenceInformation(SequenceInformation).- Parameters:
- sequenceInformation- a consumer that will call methods on- SequenceInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
referenceArnThe read set's genome reference ARN. - Parameters:
- referenceArn- The read set's genome reference ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filesThe read set's files. - Parameters:
- files- The read set's files.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filesThe read set's files. This is a convenience method that creates an instance of theReadSetFiles.Builderavoiding the need to create one manually viaReadSetFiles.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofiles(ReadSetFiles).- Parameters:
- files- a consumer that will call methods on- ReadSetFiles.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusMessageThe status message for a read set. It provides more detail as to why the read set has a status. - Parameters:
- statusMessage- The status message for a read set. It provides more detail as to why the read set has a status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTypeThe creation type of the read set. - Parameters:
- creationType- The creation type of the read set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTypeThe creation type of the read set. - Parameters:
- creationType- The creation type of the read set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
etagThe entity tag (ETag) is a hash of the object meant to represent its semantic content. - Parameters:
- etag- The entity tag (ETag) is a hash of the object meant to represent its semantic content.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
etagThe entity tag (ETag) is a hash of the object meant to represent its semantic content. This is a convenience method that creates an instance of theETag.Builderavoiding the need to create one manually viaETag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toetag(ETag).- Parameters:
- etag- a consumer that will call methods on- ETag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationJobIdThe read set's creation job ID. - Parameters:
- creationJobId- The read set's creation job ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-