Interface AnnotationStoreItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>,SdkBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>,SdkPojo
- Enclosing class:
- AnnotationStoreItem
public static interface AnnotationStoreItem.Builder extends SdkPojo, CopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>
-
-
Method Summary
-
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 Detail
-
id
AnnotationStoreItem.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
AnnotationStoreItem.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 AnnotationStoreItem.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
AnnotationStoreItem.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
AnnotationStoreItem.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
AnnotationStoreItem.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
AnnotationStoreItem.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.
-
storeFormat
AnnotationStoreItem.Builder storeFormat(String storeFormat)
The store's file format.
- Parameters:
storeFormat- The store's file format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StoreFormat,StoreFormat
-
storeFormat
AnnotationStoreItem.Builder storeFormat(StoreFormat storeFormat)
The store's file format.
- Parameters:
storeFormat- The store's file format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StoreFormat,StoreFormat
-
description
AnnotationStoreItem.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
AnnotationStoreItem.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 AnnotationStoreItem.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
AnnotationStoreItem.Builder creationTime(Instant creationTime)
The store's creation time.
- Parameters:
creationTime- The store's creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AnnotationStoreItem.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.
-
statusMessage
AnnotationStoreItem.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
AnnotationStoreItem.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.
-
-