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