Interface CreateSequenceStoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSequenceStoreRequest.Builder,,CreateSequenceStoreRequest> OmicsRequest.Builder,SdkBuilder<CreateSequenceStoreRequest.Builder,,CreateSequenceStoreRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateSequenceStoreRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) An idempotency token used to dedupe retry requests so that duplicate runs are not created.description(String description) A description for the store.eTagAlgorithmFamily(String eTagAlgorithmFamily) The ETag algorithm family to use for ingested read sets.eTagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily) The ETag algorithm family to use for ingested read sets.fallbackLocation(String fallbackLocation) An S3 location that is used to store files that have failed a direct upload.A name for the store.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.propagatedSetLevelTags(String... propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store.propagatedSetLevelTags(Collection<String> propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store.s3AccessConfig(Consumer<S3AccessConfig.Builder> s3AccessConfig) S3 access configuration parameters.s3AccessConfig(S3AccessConfig s3AccessConfig) S3 access configuration parameters.sseConfig(Consumer<SseConfig.Builder> sseConfig) Server-side encryption (SSE) settings for the store.Server-side encryption (SSE) settings for the store.Tags for the store.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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:
-
tags
Tags for the store. You can configure up to 50 tags.
- Parameters:
tags- Tags for the store. You can configure up to 50 tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
An idempotency token used to dedupe retry requests so that duplicate runs are not created.
- Parameters:
clientToken- An idempotency token used to dedupe retry requests so that duplicate runs are not created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fallbackLocation
An S3 location that is used to store files that have failed a direct upload. You can add or change the
fallbackLocationafter creating a sequence store. This is not required if you are uploading files from a different S3 bucket.- Parameters:
fallbackLocation- An S3 location that is used to store files that have failed a direct upload. You can add or change thefallbackLocationafter creating a sequence store. This is not required if you are uploading files from a different S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTagAlgorithmFamily
The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTagAlgorithmFamily
The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.
- Parameters:
eTagAlgorithmFamily- The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
propagatedSetLevelTags
CreateSequenceStoreRequest.Builder propagatedSetLevelTags(Collection<String> propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagatedSetLevelTags
The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.
- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3AccessConfig
S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.
- Parameters:
s3AccessConfig- S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.- 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 specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store.
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:
-
overrideConfiguration
CreateSequenceStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSequenceStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-