Interface CreateAnnotationStoreVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateAnnotationStoreVersionRequest.Builder,
,CreateAnnotationStoreVersionRequest> OmicsRequest.Builder
,SdkBuilder<CreateAnnotationStoreVersionRequest.Builder,
,CreateAnnotationStoreVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAnnotationStoreVersionRequest
public static interface CreateAnnotationStoreVersionRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnnotationStoreVersionRequest.Builder,CreateAnnotationStoreVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of an annotation store version.The name of an annotation store version from which versions are being created.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Any tags added to annotation store version.versionName
(String versionName) The name given to an annotation store version to distinguish it from other versions.versionOptions
(Consumer<VersionOptions.Builder> versionOptions) The options for an annotation store version.versionOptions
(VersionOptions versionOptions) The options for an annotation store version.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, sdkFields
-
Method Details
-
name
The name of an annotation store version from which versions are being created.
- Parameters:
name
- The name of an annotation store version from which versions are being created.- 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.
-
description
The description of an annotation store version.
- Parameters:
description
- The description of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionOptions
The options for an annotation store version.
- Parameters:
versionOptions
- The options for an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionOptions
default CreateAnnotationStoreVersionRequest.Builder versionOptions(Consumer<VersionOptions.Builder> versionOptions) The options for an annotation store version.
This is a convenience method that creates an instance of theVersionOptions.Builder
avoiding the need to create one manually viaVersionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toversionOptions(VersionOptions)
.- Parameters:
versionOptions
- a consumer that will call methods onVersionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
Any tags added to annotation store version.
- Parameters:
tags
- Any tags added to annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAnnotationStoreVersionRequest.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
CreateAnnotationStoreVersionRequest.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.
-