Class CfnExportPropsMixin.DestinationConfigurationsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.DestinationConfigurationsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportPropsMixin.DestinationConfigurationsProperty>
- Enclosing interface:
CfnExportPropsMixin.DestinationConfigurationsProperty
@Stability(Stable)
public static final class CfnExportPropsMixin.DestinationConfigurationsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportPropsMixin.DestinationConfigurationsProperty>
A builder for
CfnExportPropsMixin.DestinationConfigurationsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Destination(CfnExportPropsMixin.S3DestinationProperty s3Destination) Sets the value ofCfnExportPropsMixin.DestinationConfigurationsProperty.getS3Destination()s3Destination(IResolvable s3Destination) Sets the value ofCfnExportPropsMixin.DestinationConfigurationsProperty.getS3Destination()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Destination
@Stability(Stable) public CfnExportPropsMixin.DestinationConfigurationsProperty.Builder s3Destination(IResolvable s3Destination) Sets the value ofCfnExportPropsMixin.DestinationConfigurationsProperty.getS3Destination()- Parameters:
s3Destination- An object that describes the destination of the data exports file.- Returns:
this
-
s3Destination
@Stability(Stable) public CfnExportPropsMixin.DestinationConfigurationsProperty.Builder s3Destination(CfnExportPropsMixin.S3DestinationProperty s3Destination) Sets the value ofCfnExportPropsMixin.DestinationConfigurationsProperty.getS3Destination()- Parameters:
s3Destination- An object that describes the destination of the data exports file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExportPropsMixin.DestinationConfigurationsProperty>- Returns:
- a new instance of
CfnExportPropsMixin.DestinationConfigurationsProperty - Throws:
NullPointerException- if any required attribute was not provided
-