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
-
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 Detail
-
name
CreateAnnotationStoreVersionRequest.Builder name(String 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
CreateAnnotationStoreVersionRequest.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.
-
description
CreateAnnotationStoreVersionRequest.Builder description(String 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
CreateAnnotationStoreVersionRequest.Builder versionOptions(VersionOptions 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.Builderavoiding the need to create one manually viaVersionOptions.builder().When the
Consumercompletes,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:
versionOptions(VersionOptions)
-
tags
CreateAnnotationStoreVersionRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAnnotationStoreVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-