Interface CreateAnnotationStoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateAnnotationStoreRequest.Builder,
,CreateAnnotationStoreRequest> OmicsRequest.Builder
,SdkBuilder<CreateAnnotationStoreRequest.Builder,
,CreateAnnotationStoreRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAnnotationStoreRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for the store.A name for the store.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reference
(Consumer<ReferenceItem.Builder> reference) The genome reference for the store's annotations.reference
(ReferenceItem reference) The genome reference for the store's annotations.sseConfig
(Consumer<SseConfig.Builder> sseConfig) Server-side encryption (SSE) settings for the store.Server-side encryption (SSE) settings for the store.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) File parsing options for the annotation store.storeOptions
(StoreOptions storeOptions) File parsing options for the annotation store.Tags for the store.versionName
(String versionName) The name given to an annotation store version to distinguish it from other versions.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
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 Details
-
reference
The genome reference for the store's annotations.
- Parameters:
reference
- The genome reference for the store's annotations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reference
The genome reference for the store's annotations.
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:
-
name
A name for the store.
- Parameters:
name
- A name for the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the store.
- Parameters:
description
- A description for the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags for the store.
- Parameters:
tags
- Tags for the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The name given to an annotation store version to distinguish it from other versions.
- Parameters:
versionName
- The name given to an annotation store version to distinguish it from other versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
Server-side encryption (SSE) settings for the store.
- Parameters:
sseConfig
- Server-side encryption (SSE) settings for the store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseConfig
Server-side encryption (SSE) settings for the store.
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:
-
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:
-
storeOptions
File parsing options for the annotation store.
- Parameters:
storeOptions
- File parsing options for the annotation store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storeOptions
default CreateAnnotationStoreRequest.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions) File parsing options for the annotation 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:
-
overrideConfiguration
CreateAnnotationStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateAnnotationStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-