Interface UpdateSequenceStoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateSequenceStoreResponse.Builder,
,UpdateSequenceStoreResponse> OmicsResponse.Builder
,SdkBuilder<UpdateSequenceStoreResponse.Builder,
,UpdateSequenceStoreResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateSequenceStoreResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the sequence store.creationTime
(Instant creationTime) The time when the store was created.description
(String description) Description of the sequence store.eTagAlgorithmFamily
(String eTagAlgorithmFamily) The ETag algorithm family to use on ingested read sets.eTagAlgorithmFamily
(ETagAlgorithmFamily eTagAlgorithmFamily) The ETag algorithm family to use on ingested read sets.fallbackLocation
(String fallbackLocation) The S3 URI of a bucket and folder to store Read Sets that fail to upload.The ID of the sequence store.The name of the sequence store.propagatedSetLevelTags
(String... propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store.propagatedSetLevelTags
(Collection<String> propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store.s3Access
(Consumer<SequenceStoreS3Access.Builder> s3Access) Sets the value of the S3Access property for this object.s3Access
(SequenceStoreS3Access s3Access) Sets the value of the S3Access property for this object.sseConfig
(Consumer<SseConfig.Builder> sseConfig) Sets the value of the SseConfig property for this object.Sets the value of the SseConfig property for this object.The status of the sequence store.status
(SequenceStoreStatus status) The status of the sequence store.statusMessage
(String statusMessage) The status message of the sequence store.updateTime
(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 Details
-
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
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
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
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
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
Sets the value of the SseConfig property for this object. This is a convenience method that creates an instance of theSseConfig.Builder
avoiding the need to create one manually viaSseConfig.builder()
.When the
Consumer
completes,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:
-
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
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
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
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:
-
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:
-
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
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
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.Builder
avoiding the need to create one manually viaSequenceStoreS3Access.builder()
.When the
Consumer
completes,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:
-
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
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:
-