Interface GetAnnotationStoreVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAnnotationStoreVersionRequest.Builder,GetAnnotationStoreVersionRequest>,OmicsRequest.Builder,SdkBuilder<GetAnnotationStoreVersionRequest.Builder,GetAnnotationStoreVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAnnotationStoreVersionRequest
public static interface GetAnnotationStoreVersionRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<GetAnnotationStoreVersionRequest.Builder,GetAnnotationStoreVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAnnotationStoreVersionRequest.Buildername(String name)The name given to an annotation store version to distinguish it from others.GetAnnotationStoreVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAnnotationStoreVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAnnotationStoreVersionRequest.BuilderversionName(String versionName)The name given to an annotation store version to distinguish it from others.-
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
GetAnnotationStoreVersionRequest.Builder name(String name)
The name given to an annotation store version to distinguish it from others.
- Parameters:
name- The name given to an annotation store version to distinguish it from others.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
GetAnnotationStoreVersionRequest.Builder versionName(String versionName)
The name given to an annotation store version to distinguish it from others.
- Parameters:
versionName- The name given to an annotation store version to distinguish it from others.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAnnotationStoreVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAnnotationStoreVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-