Interface GetSequenceStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSequenceStoreResponse.Builder,GetSequenceStoreResponse>,OmicsResponse.Builder,SdkBuilder<GetSequenceStoreResponse.Builder,GetSequenceStoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSequenceStoreResponse
public static interface GetSequenceStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetSequenceStoreResponse.Builder,GetSequenceStoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetSequenceStoreResponse.Builderarn(String arn)The store's ARN.GetSequenceStoreResponse.BuildercreationTime(Instant creationTime)When the store was created.GetSequenceStoreResponse.Builderdescription(String description)The store's description.GetSequenceStoreResponse.BuildereTagAlgorithmFamily(String eTagAlgorithmFamily)The algorithm family of the ETag.GetSequenceStoreResponse.BuildereTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The algorithm family of the ETag.GetSequenceStoreResponse.BuilderfallbackLocation(String fallbackLocation)An S3 location that is used to store files that have failed a direct upload.GetSequenceStoreResponse.Builderid(String id)The store's ID.GetSequenceStoreResponse.Buildername(String name)The store's name.GetSequenceStoreResponse.BuilderpropagatedSetLevelTags(String... propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.GetSequenceStoreResponse.BuilderpropagatedSetLevelTags(Collection<String> propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.default GetSequenceStoreResponse.Builders3Access(Consumer<SequenceStoreS3Access.Builder> s3Access)The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.GetSequenceStoreResponse.Builders3Access(SequenceStoreS3Access s3Access)The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.default GetSequenceStoreResponse.BuildersseConfig(Consumer<SseConfig.Builder> sseConfig)The store's server-side encryption (SSE) settings.GetSequenceStoreResponse.BuildersseConfig(SseConfig sseConfig)The store's server-side encryption (SSE) settings.GetSequenceStoreResponse.Builderstatus(String status)The status of the sequence store.GetSequenceStoreResponse.Builderstatus(SequenceStoreStatus status)The status of the sequence store.GetSequenceStoreResponse.BuilderstatusMessage(String statusMessage)The status message of the sequence store.GetSequenceStoreResponse.BuilderupdateTime(Instant updateTime)The last-updated time of the sequence store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetSequenceStoreResponse.Builder id(String id)
The store's ID.
- Parameters:
id- The store's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GetSequenceStoreResponse.Builder arn(String arn)
The store's ARN.
- Parameters:
arn- The store's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetSequenceStoreResponse.Builder name(String name)
The store's name.
- Parameters:
name- The store's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetSequenceStoreResponse.Builder description(String description)
The store's description.
- Parameters:
description- The store's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
GetSequenceStoreResponse.Builder sseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
- Parameters:
sseConfig- The store's server-side encryption (SSE) settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
default GetSequenceStoreResponse.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
The store's server-side encryption (SSE) settings.
This is a convenience method that creates an instance of theSseConfig.Builderavoiding the need to create one manually viaSseConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosseConfig(SseConfig).- Parameters:
sseConfig- a consumer that will call methods onSseConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sseConfig(SseConfig)
-
creationTime
GetSequenceStoreResponse.Builder creationTime(Instant creationTime)
When the store was created.
- Parameters:
creationTime- When the store was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fallbackLocation
GetSequenceStoreResponse.Builder fallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
- Parameters:
fallbackLocation- An S3 location that is used to store files that have failed a direct upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Access
GetSequenceStoreResponse.Builder s3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
- Parameters:
s3Access- The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Access
default GetSequenceStoreResponse.Builder s3Access(Consumer<SequenceStoreS3Access.Builder> s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
This is a convenience method that creates an instance of theSequenceStoreS3Access.Builderavoiding the need to create one manually viaSequenceStoreS3Access.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Access(SequenceStoreS3Access).- Parameters:
s3Access- a consumer that will call methods onSequenceStoreS3Access.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Access(SequenceStoreS3Access)
-
eTagAlgorithmFamily
GetSequenceStoreResponse.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
- Parameters:
eTagAlgorithmFamily- The algorithm family of the ETag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
eTagAlgorithmFamily
GetSequenceStoreResponse.Builder eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
- Parameters:
eTagAlgorithmFamily- The algorithm family of the ETag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
status
GetSequenceStoreResponse.Builder status(String status)
The status of the sequence store.
- Parameters:
status- The status of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SequenceStoreStatus,SequenceStoreStatus
-
status
GetSequenceStoreResponse.Builder status(SequenceStoreStatus status)
The status of the sequence store.
- Parameters:
status- The status of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SequenceStoreStatus,SequenceStoreStatus
-
statusMessage
GetSequenceStoreResponse.Builder statusMessage(String statusMessage)
The status message of the sequence store.
- Parameters:
statusMessage- The status message of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagatedSetLevelTags
GetSequenceStoreResponse.Builder propagatedSetLevelTags(Collection<String> propagatedSetLevelTags)
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagatedSetLevelTags
GetSequenceStoreResponse.Builder propagatedSetLevelTags(String... propagatedSetLevelTags)
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
GetSequenceStoreResponse.Builder updateTime(Instant updateTime)
The last-updated time of the sequence store.
- Parameters:
updateTime- The last-updated time of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-