Interface UpdateAnnotationStoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAnnotationStoreResponse.Builder,
,UpdateAnnotationStoreResponse> OmicsResponse.Builder
,SdkBuilder<UpdateAnnotationStoreResponse.Builder,
,UpdateAnnotationStoreResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAnnotationStoreResponse
@Mutable
@NotThreadSafe
public static interface UpdateAnnotationStoreResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnnotationStoreResponse.Builder,UpdateAnnotationStoreResponse>
-
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.reference
(Consumer<ReferenceItem.Builder> reference) The store's genome reference.reference
(ReferenceItem reference) The store's genome reference.The store's status.status
(StoreStatus status) The store's status.storeFormat
(String storeFormat) The annotation file format of the store.storeFormat
(StoreFormat storeFormat) The annotation file format of the store.storeOptions
(Consumer<StoreOptions.Builder> storeOptions) Parsing options for the store.storeOptions
(StoreOptions storeOptions) Parsing options for the store.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, sdkFieldNameToField, 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:
-
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.
-
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.
-
storeOptions
Parsing options for the store.
- Parameters:
storeOptions
- Parsing options for the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeOptions
default UpdateAnnotationStoreResponse.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions) Parsing options for the store.
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 annotation file format of the store.
- Parameters:
storeFormat
- The annotation file format of the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storeFormat
The annotation file format of the store.
- Parameters:
storeFormat
- The annotation file format of the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-