Interface UpdateSequenceStoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSequenceStoreRequest.Builder,
,UpdateSequenceStoreRequest> OmicsRequest.Builder
,SdkBuilder<UpdateSequenceStoreRequest.Builder,
,UpdateSequenceStoreRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateSequenceStoreRequest
@Mutable
@NotThreadSafe
public static interface UpdateSequenceStoreRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSequenceStoreRequest.Builder,UpdateSequenceStoreRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) To ensure that requests don't run multiple times, specify a unique token for each request.description
(String description) A description for the sequence store.fallbackLocation
(String fallbackLocation) The S3 URI of a bucket and folder to store Read Sets that fail to upload.The ID of the sequence store.A name for the sequence 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.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 Details
-
id
The ID of the sequence store.
- Parameters:
id
- The ID of the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name for the sequence store.
- Parameters:
name
- A name for the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for the sequence store.
- Parameters:
description
- A description for the sequence store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The S3 URI of a bucket and folder to store Read Sets that fail to upload.
- Parameters:
fallbackLocation
- The S3 URI of a bucket and folder to store Read Sets that fail to upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propagatedSetLevelTags
UpdateSequenceStoreRequest.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
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
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 UpdateSequenceStoreRequest.Builder s3AccessConfig(Consumer<S3AccessConfig.Builder> s3AccessConfig) S3 access configuration parameters.
This is a convenience method that creates an instance of theS3AccessConfig.Builder
avoiding the need to create one manually viaS3AccessConfig.builder()
.When the
Consumer
completes,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
UpdateSequenceStoreRequest.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
UpdateSequenceStoreRequest.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.
-