Interface UpdateSequenceStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSequenceStoreResponse.Builder,UpdateSequenceStoreResponse>,OmicsResponse.Builder,SdkBuilder<UpdateSequenceStoreResponse.Builder,UpdateSequenceStoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateSequenceStoreResponse
public static interface UpdateSequenceStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<UpdateSequenceStoreResponse.Builder,UpdateSequenceStoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateSequenceStoreResponse.Builderarn(String arn)The ARN of the sequence store.UpdateSequenceStoreResponse.BuildercreationTime(Instant creationTime)The time when the store was created.UpdateSequenceStoreResponse.Builderdescription(String description)Description of the sequence store.UpdateSequenceStoreResponse.BuildereTagAlgorithmFamily(String eTagAlgorithmFamily)The ETag algorithm family to use on ingested read sets.UpdateSequenceStoreResponse.BuildereTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The ETag algorithm family to use on ingested read sets.UpdateSequenceStoreResponse.BuilderfallbackLocation(String fallbackLocation)The S3 URI of a bucket and folder to store Read Sets that fail to upload.UpdateSequenceStoreResponse.Builderid(String id)The ID of the sequence store.UpdateSequenceStoreResponse.Buildername(String name)The name of the sequence store.UpdateSequenceStoreResponse.BuilderpropagatedSetLevelTags(String... propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.UpdateSequenceStoreResponse.BuilderpropagatedSetLevelTags(Collection<String> propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.default UpdateSequenceStoreResponse.Builders3Access(Consumer<SequenceStoreS3Access.Builder> s3Access)Sets the value of the S3Access property for this object.UpdateSequenceStoreResponse.Builders3Access(SequenceStoreS3Access s3Access)Sets the value of the S3Access property for this object.default UpdateSequenceStoreResponse.BuildersseConfig(Consumer<SseConfig.Builder> sseConfig)Sets the value of the SseConfig property for this object.UpdateSequenceStoreResponse.BuildersseConfig(SseConfig sseConfig)Sets the value of the SseConfig property for this object.UpdateSequenceStoreResponse.Builderstatus(String status)The status of the sequence store.UpdateSequenceStoreResponse.Builderstatus(SequenceStoreStatus status)The status of the sequence store.UpdateSequenceStoreResponse.BuilderstatusMessage(String statusMessage)The status message of the sequence store.UpdateSequenceStoreResponse.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
UpdateSequenceStoreResponse.Builder id(String id)
The ID of the sequence store.
- Parameters:
id- The ID of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UpdateSequenceStoreResponse.Builder arn(String arn)
The ARN of the sequence store.
- Parameters:
arn- The ARN of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateSequenceStoreResponse.Builder name(String name)
The name of the sequence store.
- Parameters:
name- The name of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateSequenceStoreResponse.Builder description(String description)
Description of the sequence store.
- Parameters:
description- Description of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
UpdateSequenceStoreResponse.Builder sseConfig(SseConfig sseConfig)
Sets the value of the SseConfig property for this object.- Parameters:
sseConfig- The new value for the SseConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
default UpdateSequenceStoreResponse.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
Sets the value of the SseConfig property for this object. 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
UpdateSequenceStoreResponse.Builder creationTime(Instant creationTime)
The time when the store was created.
- Parameters:
creationTime- The time when the store was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
UpdateSequenceStoreResponse.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.
-
propagatedSetLevelTags
UpdateSequenceStoreResponse.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
UpdateSequenceStoreResponse.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.
-
status
UpdateSequenceStoreResponse.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
UpdateSequenceStoreResponse.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
UpdateSequenceStoreResponse.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.
-
fallbackLocation
UpdateSequenceStoreResponse.Builder fallbackLocation(String fallbackLocation)
The S3 URI of a bucket and folder to store Read Sets that fail to upload.
- Parameters:
fallbackLocation- The S3 URI of a bucket and folder to store Read Sets that fail to upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Access
UpdateSequenceStoreResponse.Builder s3Access(SequenceStoreS3Access s3Access)
Sets the value of the S3Access property for this object.- Parameters:
s3Access- The new value for the S3Access property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Access
default UpdateSequenceStoreResponse.Builder s3Access(Consumer<SequenceStoreS3Access.Builder> s3Access)
Sets the value of the S3Access property for this object. 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
UpdateSequenceStoreResponse.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily)
The ETag algorithm family to use on ingested read sets.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use on ingested read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
eTagAlgorithmFamily
UpdateSequenceStoreResponse.Builder eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The ETag algorithm family to use on ingested read sets.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use on ingested read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
-