Class CfnSequenceStoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnSequenceStoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSequenceStoreMixinProps>
- Enclosing interface:
CfnSequenceStoreMixinProps
@Stability(Stable)
public static final class CfnSequenceStoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSequenceStoreMixinProps>
A builder for
CfnSequenceStoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessLogLocation(String accessLogLocation) Sets the value ofCfnSequenceStoreMixinProps.getAccessLogLocation()build()Builds the configured instance.description(String description) Sets the value ofCfnSequenceStoreMixinProps.getDescription()eTagAlgorithmFamily(String eTagAlgorithmFamily) Sets the value ofCfnSequenceStoreMixinProps.getETagAlgorithmFamily()fallbackLocation(String fallbackLocation) Sets the value ofCfnSequenceStoreMixinProps.getFallbackLocation()Sets the value ofCfnSequenceStoreMixinProps.getName()propagatedSetLevelTags(List<String> propagatedSetLevelTags) Sets the value ofCfnSequenceStoreMixinProps.getPropagatedSetLevelTags()s3AccessPolicy(Object s3AccessPolicy) Sets the value ofCfnSequenceStoreMixinProps.getS3AccessPolicy()Sets the value ofCfnSequenceStoreMixinProps.getSseConfig()sseConfig(IResolvable sseConfig) Sets the value ofCfnSequenceStoreMixinProps.getSseConfig()Sets the value ofCfnSequenceStoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessLogLocation
@Stability(Stable) public CfnSequenceStoreMixinProps.Builder accessLogLocation(String accessLogLocation) Sets the value ofCfnSequenceStoreMixinProps.getAccessLogLocation()- Parameters:
accessLogLocation- Location of the access logs.- Returns:
this
-
description
Sets the value ofCfnSequenceStoreMixinProps.getDescription()- Parameters:
description- A description for the store.- Returns:
this
-
eTagAlgorithmFamily
@Stability(Stable) public CfnSequenceStoreMixinProps.Builder eTagAlgorithmFamily(String eTagAlgorithmFamily) Sets the value ofCfnSequenceStoreMixinProps.getETagAlgorithmFamily()- Parameters:
eTagAlgorithmFamily- The algorithm family of the ETag.- Returns:
this
-
fallbackLocation
@Stability(Stable) public CfnSequenceStoreMixinProps.Builder fallbackLocation(String fallbackLocation) Sets the value ofCfnSequenceStoreMixinProps.getFallbackLocation()- Parameters:
fallbackLocation- An S3 location that is used to store files that have failed a direct upload.- Returns:
this
-
name
Sets the value ofCfnSequenceStoreMixinProps.getName()- Parameters:
name- A name for the store.- Returns:
this
-
propagatedSetLevelTags
@Stability(Stable) public CfnSequenceStoreMixinProps.Builder propagatedSetLevelTags(List<String> propagatedSetLevelTags) Sets the value ofCfnSequenceStoreMixinProps.getPropagatedSetLevelTags()- Parameters:
propagatedSetLevelTags- The tags keys to propagate to the S3 objects associated with read sets in the sequence store.- Returns:
this
-
s3AccessPolicy
Sets the value ofCfnSequenceStoreMixinProps.getS3AccessPolicy()- Parameters:
s3AccessPolicy- The resource policy that controls S3 access on the store.- Returns:
this
-
sseConfig
Sets the value ofCfnSequenceStoreMixinProps.getSseConfig()- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store.- Returns:
this
-
sseConfig
@Stability(Stable) public CfnSequenceStoreMixinProps.Builder sseConfig(CfnSequenceStorePropsMixin.SseConfigProperty sseConfig) Sets the value ofCfnSequenceStoreMixinProps.getSseConfig()- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store.- Returns:
this
-
tags
Sets the value ofCfnSequenceStoreMixinProps.getTags()- Parameters:
tags- Tags for the store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSequenceStoreMixinProps>- Returns:
- a new instance of
CfnSequenceStoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-