Interface GetAnnotationStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAnnotationStoreResponse.Builder,GetAnnotationStoreResponse>,OmicsResponse.Builder,SdkBuilder<GetAnnotationStoreResponse.Builder,GetAnnotationStoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAnnotationStoreResponse
public static interface GetAnnotationStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetAnnotationStoreResponse.Builder,GetAnnotationStoreResponse>
-
-
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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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 GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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 GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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
GetAnnotationStoreResponse.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.
-
storeOptions
GetAnnotationStoreResponse.Builder storeOptions(StoreOptions 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.Builderavoiding the need to create one manually viaStoreOptions.builder().When the
Consumercompletes,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:
storeOptions(StoreOptions)
-
storeFormat
GetAnnotationStoreResponse.Builder storeFormat(String 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,StoreFormat
-
storeFormat
GetAnnotationStoreResponse.Builder storeFormat(StoreFormat 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,StoreFormat
-
statusMessage
GetAnnotationStoreResponse.Builder statusMessage(String 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
GetAnnotationStoreResponse.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.
-
numVersions
GetAnnotationStoreResponse.Builder numVersions(Integer 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.
-
-