Interface CreateAnnotationStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAnnotationStoreRequest.Builder,CreateAnnotationStoreRequest>,OmicsRequest.Builder,SdkBuilder<CreateAnnotationStoreRequest.Builder,CreateAnnotationStoreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAnnotationStoreRequest
public static interface CreateAnnotationStoreRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnnotationStoreRequest.Builder,CreateAnnotationStoreRequest>
-
-
Method Summary
-
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 Detail
-
reference
CreateAnnotationStoreRequest.Builder reference(ReferenceItem 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
default CreateAnnotationStoreRequest.Builder reference(Consumer<ReferenceItem.Builder> reference)
The genome reference for the store's annotations.
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)
-
name
CreateAnnotationStoreRequest.Builder name(String 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
CreateAnnotationStoreRequest.Builder description(String 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
CreateAnnotationStoreRequest.Builder tags(Map<String,String> 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
CreateAnnotationStoreRequest.Builder versionName(String 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
CreateAnnotationStoreRequest.Builder sseConfig(SseConfig 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
default CreateAnnotationStoreRequest.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
Server-side encryption (SSE) settings for the store.
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)
-
storeFormat
CreateAnnotationStoreRequest.Builder storeFormat(String 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,StoreFormat
-
storeFormat
CreateAnnotationStoreRequest.Builder storeFormat(StoreFormat 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,StoreFormat
-
storeOptions
CreateAnnotationStoreRequest.Builder storeOptions(StoreOptions 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.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)
-
overrideConfiguration
CreateAnnotationStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAnnotationStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-