Interface CreateSequenceStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSequenceStoreRequest.Builder,CreateSequenceStoreRequest>,OmicsRequest.Builder,SdkBuilder<CreateSequenceStoreRequest.Builder,CreateSequenceStoreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSequenceStoreRequest
public static interface CreateSequenceStoreRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateSequenceStoreRequest.Builder,CreateSequenceStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateSequenceStoreRequest.BuilderclientToken(String clientToken)To ensure that requests don't run multiple times, specify a unique token for each request.CreateSequenceStoreRequest.Builderdescription(String description)A description for the store.CreateSequenceStoreRequest.BuildereTagAlgorithmFamily(String eTagAlgorithmFamily)The ETag algorithm family to use for ingested read sets.CreateSequenceStoreRequest.BuildereTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)The ETag algorithm family to use for ingested read sets.CreateSequenceStoreRequest.BuilderfallbackLocation(String fallbackLocation)An S3 location that is used to store files that have failed a direct upload.CreateSequenceStoreRequest.Buildername(String name)A name for the store.CreateSequenceStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSequenceStoreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSequenceStoreRequest.BuilderpropagatedSetLevelTags(String... propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.CreateSequenceStoreRequest.BuilderpropagatedSetLevelTags(Collection<String> propagatedSetLevelTags)The tags keys to propagate to the S3 objects associated with read sets in the sequence store.default CreateSequenceStoreRequest.Builders3AccessConfig(Consumer<S3AccessConfig.Builder> s3AccessConfig)S3 access configuration parametersCreateSequenceStoreRequest.Builders3AccessConfig(S3AccessConfig s3AccessConfig)S3 access configuration parametersdefault CreateSequenceStoreRequest.BuildersseConfig(Consumer<SseConfig.Builder> sseConfig)Server-side encryption (SSE) settings for the store.CreateSequenceStoreRequest.BuildersseConfig(SseConfig sseConfig)Server-side encryption (SSE) settings for the store.CreateSequenceStoreRequest.Buildertags(Map<String,String> tags)Tags for the store.-
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
-
name
CreateSequenceStoreRequest.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
CreateSequenceStoreRequest.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.
-
sseConfig
CreateSequenceStoreRequest.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 CreateSequenceStoreRequest.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)
-
tags
CreateSequenceStoreRequest.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.
-
clientToken
CreateSequenceStoreRequest.Builder clientToken(String clientToken)
To ensure that requests don't run multiple times, specify a unique token for each request.
- Parameters:
clientToken- To ensure that requests don't run multiple times, specify a unique token for each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fallbackLocation
CreateSequenceStoreRequest.Builder fallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
- Parameters:
fallbackLocation- An S3 location that is used to store files that have failed a direct upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTagAlgorithmFamily
CreateSequenceStoreRequest.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily)
The ETag algorithm family to use for ingested read sets.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use for ingested read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
eTagAlgorithmFamily
CreateSequenceStoreRequest.Builder eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The ETag algorithm family to use for ingested read sets.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use for ingested read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ETagAlgorithmFamily,ETagAlgorithmFamily
-
propagatedSetLevelTags
CreateSequenceStoreRequest.Builder propagatedSetLevelTags(Collection<String> propagatedSetLevelTags)
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagatedSetLevelTags
CreateSequenceStoreRequest.Builder propagatedSetLevelTags(String... propagatedSetLevelTags)
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessConfig
CreateSequenceStoreRequest.Builder s3AccessConfig(S3AccessConfig s3AccessConfig)
S3 access configuration parameters
- Parameters:
s3AccessConfig- S3 access configuration parameters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessConfig
default CreateSequenceStoreRequest.Builder s3AccessConfig(Consumer<S3AccessConfig.Builder> s3AccessConfig)
S3 access configuration parameters
This is a convenience method that creates an instance of theS3AccessConfig.Builderavoiding the need to create one manually viaS3AccessConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3AccessConfig(S3AccessConfig).- Parameters:
s3AccessConfig- a consumer that will call methods onS3AccessConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3AccessConfig(S3AccessConfig)
-
overrideConfiguration
CreateSequenceStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSequenceStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-