Interface GetVariantStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVariantStoreResponse.Builder,GetVariantStoreResponse>,OmicsResponse.Builder,SdkBuilder<GetVariantStoreResponse.Builder,GetVariantStoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVariantStoreResponse
public static interface GetVariantStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetVariantStoreResponse.Builder,GetVariantStoreResponse>
-
-
Method Summary
-
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
GetVariantStoreResponse.Builder id(String 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
GetVariantStoreResponse.Builder reference(ReferenceItem 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
default GetVariantStoreResponse.Builder reference(Consumer<ReferenceItem.Builder> reference)
The store's genome reference.
This is a convenience method that creates an instance of theReferenceItem.Builderavoiding the need to create one manually viaReferenceItem.builder().When the
Consumercompletes,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:
reference(ReferenceItem)
-
status
GetVariantStoreResponse.Builder status(String 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:
StoreStatus,StoreStatus
-
status
GetVariantStoreResponse.Builder status(StoreStatus 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:
StoreStatus,StoreStatus
-
storeArn
GetVariantStoreResponse.Builder storeArn(String 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
GetVariantStoreResponse.Builder name(String 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
GetVariantStoreResponse.Builder description(String 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
GetVariantStoreResponse.Builder sseConfig(SseConfig 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
default GetVariantStoreResponse.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
The store's server-side encryption (SSE) settings.
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
GetVariantStoreResponse.Builder creationTime(Instant 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
GetVariantStoreResponse.Builder updateTime(Instant 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
GetVariantStoreResponse.Builder tags(Map<String,String> 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.
-
statusMessage
GetVariantStoreResponse.Builder statusMessage(String statusMessage)
The store's status message.
- Parameters:
statusMessage- The store's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeSizeBytes
GetVariantStoreResponse.Builder storeSizeBytes(Long 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.
-
-