Class CfnExportPropsMixin.S3DestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.S3DestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportPropsMixin.S3DestinationProperty>
- Enclosing interface:
CfnExportPropsMixin.S3DestinationProperty
@Stability(Stable)
public static final class CfnExportPropsMixin.S3DestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportPropsMixin.S3DestinationProperty>
A builder for
CfnExportPropsMixin.S3DestinationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Bucket()s3OutputConfigurations(CfnExportPropsMixin.S3OutputConfigurationsProperty s3OutputConfigurations) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3OutputConfigurations()s3OutputConfigurations(IResolvable s3OutputConfigurations) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3OutputConfigurations()Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Prefix()Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Region()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Bucket
@Stability(Stable) public CfnExportPropsMixin.S3DestinationProperty.Builder s3Bucket(String s3Bucket) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Bucket()- Parameters:
s3Bucket- The name of the Amazon S3 bucket used as the destination of a data export file.- Returns:
this
-
s3OutputConfigurations
@Stability(Stable) public CfnExportPropsMixin.S3DestinationProperty.Builder s3OutputConfigurations(IResolvable s3OutputConfigurations) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3OutputConfigurations()- Parameters:
s3OutputConfigurations- The output configuration for the data export.- Returns:
this
-
s3OutputConfigurations
@Stability(Stable) public CfnExportPropsMixin.S3DestinationProperty.Builder s3OutputConfigurations(CfnExportPropsMixin.S3OutputConfigurationsProperty s3OutputConfigurations) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3OutputConfigurations()- Parameters:
s3OutputConfigurations- The output configuration for the data export.- Returns:
this
-
s3Prefix
@Stability(Stable) public CfnExportPropsMixin.S3DestinationProperty.Builder s3Prefix(String s3Prefix) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Prefix()- Parameters:
s3Prefix- The S3 path prefix you want prepended to the name of your data export.- Returns:
this
-
s3Region
@Stability(Stable) public CfnExportPropsMixin.S3DestinationProperty.Builder s3Region(String s3Region) Sets the value ofCfnExportPropsMixin.S3DestinationProperty.getS3Region()- Parameters:
s3Region- The S3 bucket Region.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExportPropsMixin.S3DestinationProperty>- Returns:
- a new instance of
CfnExportPropsMixin.S3DestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-