Class CfnSequenceStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnSequenceStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSequenceStorePropsMixin>
- Enclosing class:
CfnSequenceStorePropsMixin
@Stability(Stable)
public static final class CfnSequenceStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSequenceStorePropsMixin>
A fluent builder for
CfnSequenceStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaccessLogLocation(String accessLogLocation) Location of the access logs.build()create()create(CfnPropertyMixinOptions options) description(String description) A description for the store.eTagAlgorithmFamily(String eTagAlgorithmFamily) The algorithm family of the ETag.fallbackLocation(String fallbackLocation) An S3 location that is used to store files that have failed a direct upload.A name for the store.propagatedSetLevelTags(List<String> propagatedSetLevelTags) The tags keys to propagate to the S3 objects associated with read sets in the sequence store.s3AccessPolicy(Object s3AccessPolicy) The resource policy that controls S3 access on the store.Server-side encryption (SSE) settings for the store.sseConfig(IResolvable sseConfig) Server-side encryption (SSE) settings for the store.Tags for the store.
-
Method Details
-
create
@Stability(Stable) public static CfnSequenceStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSequenceStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSequenceStorePropsMixin.Builder.
-
accessLogLocation
@Stability(Stable) public CfnSequenceStorePropsMixin.Builder accessLogLocation(String accessLogLocation) Location of the access logs.- Parameters:
accessLogLocation- Location of the access logs. This parameter is required.- Returns:
this- See Also:
-
description
A description for the store.- Parameters:
description- A description for the store. This parameter is required.- Returns:
this- See Also:
-
eTagAlgorithmFamily
@Stability(Stable) public CfnSequenceStorePropsMixin.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily) The algorithm family of the ETag.- Parameters:
eTagAlgorithmFamily- The algorithm family of the ETag. This parameter is required.- Returns:
this- See Also:
-
fallbackLocation
@Stability(Stable) public CfnSequenceStorePropsMixin.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. This parameter is required.- Returns:
this- See Also:
-
name
A name for the store.- Parameters:
name- A name for the store. This parameter is required.- Returns:
this- See Also:
-
propagatedSetLevelTags
@Stability(Stable) public CfnSequenceStorePropsMixin.Builder propagatedSetLevelTags(List<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. This parameter is required.- Returns:
this- See Also:
-
s3AccessPolicy
The resource policy that controls S3 access on the store.- Parameters:
s3AccessPolicy- The resource policy that controls S3 access on the store. This parameter is required.- Returns:
this- See Also:
-
sseConfig
Server-side encryption (SSE) settings for the store.- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store. This parameter is required.- Returns:
this- See Also:
-
sseConfig
@Stability(Stable) public CfnSequenceStorePropsMixin.Builder sseConfig(CfnSequenceStorePropsMixin.SseConfigProperty sseConfig) Server-side encryption (SSE) settings for the store.- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the store.- Parameters:
tags- Tags for the store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSequenceStorePropsMixin>- Returns:
- a newly built instance of
CfnSequenceStorePropsMixin.
-