Interface SequenceStoreDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SequenceStoreDetail.Builder,
,SequenceStoreDetail> SdkBuilder<SequenceStoreDetail.Builder,
,SequenceStoreDetail> SdkPojo
- Enclosing class:
SequenceStoreDetail
@Mutable
@NotThreadSafe
public static interface SequenceStoreDetail.Builder
extends SdkPojo, CopyableBuilder<SequenceStoreDetail.Builder,SequenceStoreDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe store's ARN.creationTime
(Instant creationTime) When the store was created.description
(String description) The store's description.eTagAlgorithmFamily
(String eTagAlgorithmFamily) The algorithm family of the ETag.eTagAlgorithmFamily
(ETagAlgorithmFamily eTagAlgorithmFamily) The algorithm family of the ETag.fallbackLocation
(String fallbackLocation) An S3 location that is used to store files that have failed a direct upload.The store's ID.The store's name.default SequenceStoreDetail.Builder
sseConfig
(Consumer<SseConfig.Builder> sseConfig) The store's server-side encryption (SSE) settings.The store's server-side encryption (SSE) settings.Status of the sequence store.status
(SequenceStoreStatus status) 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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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
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
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
The store's server-side encryption (SSE) settings.
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
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
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.
-
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
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:
-
status
Status of the sequence store.
- Parameters:
status
- Status of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the sequence store.
- Parameters:
status
- 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.
-
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.
-