Interface GetAnnotationStoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAnnotationStoreResponse.Builder,
,GetAnnotationStoreResponse> OmicsResponse.Builder
,SdkBuilder<GetAnnotationStoreResponse.Builder,
,GetAnnotationStoreResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAnnotationStoreResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the store was created.description
(String description) The store's description.The store's ID.The store's name.numVersions
(Integer numVersions) An integer indicating how many versions of an annotation store exist.reference
(Consumer<ReferenceItem.Builder> reference) The store's genome reference.reference
(ReferenceItem reference) The store's genome reference.sseConfig
(Consumer<SseConfig.Builder> sseConfig) The store's server-side encryption (SSE) settings.The store's server-side encryption (SSE) settings.The store's status.status
(StoreStatus status) The store's status.statusMessage
(String statusMessage) A status message.The store's ARN.storeFormat
(String storeFormat) The store's annotation file format.storeFormat
(StoreFormat storeFormat) The store's annotation file format.storeOptions
(Consumer<StoreOptions.Builder> storeOptions) The store's parsing options.storeOptions
(StoreOptions storeOptions) The store's parsing options.storeSizeBytes
(Long storeSizeBytes) The store's size in bytes.The store's tags.updateTime
(Instant updateTime) When the store was updated.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
reference
The store's genome reference.
- Parameters:
reference
- The store's genome reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reference
The store's genome reference.
This is a convenience method that creates an instance of theReferenceItem.Builder
avoiding the need to create one manually viaReferenceItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreference(ReferenceItem)
.- Parameters:
reference
- a consumer that will call methods onReferenceItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The store's status.
- Parameters:
status
- The store's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The store's status.
- Parameters:
status
- The store's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storeArn
The store's ARN.
- Parameters:
storeArn
- The store's ARN.- 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.
-
updateTime
When the store was updated.
- Parameters:
updateTime
- When the store was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The store's tags.
- Parameters:
tags
- The store's tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeOptions
The store's parsing options.
- Parameters:
storeOptions
- The store's parsing options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeOptions
default GetAnnotationStoreResponse.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions) The store's parsing options.
This is a convenience method that creates an instance of theStoreOptions.Builder
avoiding the need to create one manually viaStoreOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostoreOptions(StoreOptions)
.- Parameters:
storeOptions
- a consumer that will call methods onStoreOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storeFormat
The store's annotation file format.
- Parameters:
storeFormat
- The store's annotation file format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storeFormat
The store's annotation file format.
- Parameters:
storeFormat
- The store's annotation file format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A status message.
- Parameters:
statusMessage
- A status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeSizeBytes
The store's size in bytes.
- Parameters:
storeSizeBytes
- The store's size in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numVersions
An integer indicating how many versions of an annotation store exist.
- Parameters:
numVersions
- An integer indicating how many versions of an annotation store exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-