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