public static final class CfnBucket.DataExportProperty.Builder
extends java.lang.Object
CfnBucket.DataExportProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBucket.DataExportProperty |
build()
Builds the configured instance.
|
CfnBucket.DataExportProperty.Builder |
destination(CfnBucket.DestinationProperty destination)
Sets the value of
CfnBucket.DataExportProperty.getDestination() |
CfnBucket.DataExportProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnBucket.DataExportProperty.getDestination() |
CfnBucket.DataExportProperty.Builder |
outputSchemaVersion(java.lang.String outputSchemaVersion)
Sets the value of
CfnBucket.DataExportProperty.getOutputSchemaVersion() |
public CfnBucket.DataExportProperty.Builder destination(IResolvable destination)
CfnBucket.DataExportProperty.getDestination()
destination
- The place to store the data for an analysis. This parameter is required.this
public CfnBucket.DataExportProperty.Builder destination(CfnBucket.DestinationProperty destination)
CfnBucket.DataExportProperty.getDestination()
destination
- The place to store the data for an analysis. This parameter is required.this
public CfnBucket.DataExportProperty.Builder outputSchemaVersion(java.lang.String outputSchemaVersion)
CfnBucket.DataExportProperty.getOutputSchemaVersion()
outputSchemaVersion
- The version of the output schema to use when exporting data. This parameter is required.
Must be V_1
.this
public CfnBucket.DataExportProperty build()
CfnBucket.DataExportProperty
java.lang.NullPointerException
- if any required attribute was not provided