Class CfnBucketPropsMixin.DataExportProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.DataExportProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBucketPropsMixin.DataExportProperty>
- Enclosing interface:
CfnBucketPropsMixin.DataExportProperty
@Stability(Stable)
public static final class CfnBucketPropsMixin.DataExportProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBucketPropsMixin.DataExportProperty>
A builder for
CfnBucketPropsMixin.DataExportProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destination(CfnBucketPropsMixin.DestinationProperty destination) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getDestination()outputSchemaVersion(String outputSchemaVersion) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getOutputSchemaVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnBucketPropsMixin.DataExportProperty.Builder destination(IResolvable destination) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getDestination()- Parameters:
destination- The place to store the data for an analysis.- Returns:
this
-
destination
@Stability(Stable) public CfnBucketPropsMixin.DataExportProperty.Builder destination(CfnBucketPropsMixin.DestinationProperty destination) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getDestination()- Parameters:
destination- The place to store the data for an analysis.- Returns:
this
-
outputSchemaVersion
@Stability(Stable) public CfnBucketPropsMixin.DataExportProperty.Builder outputSchemaVersion(String outputSchemaVersion) Sets the value ofCfnBucketPropsMixin.DataExportProperty.getOutputSchemaVersion()- Parameters:
outputSchemaVersion- The version of the output schema to use when exporting data. Must beV_1.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBucketPropsMixin.DataExportProperty>- Returns:
- a new instance of
CfnBucketPropsMixin.DataExportProperty - Throws:
NullPointerException- if any required attribute was not provided
-