@Stability(value=Stable) public static final class CfnBucket.DataExportProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBucket.DataExportProperty>
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(String outputSchemaVersion)
Sets the value of
CfnBucket.DataExportProperty.getOutputSchemaVersion() |
@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnBucket.DataExportProperty.Builder outputSchemaVersion(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@Stability(value=Stable) public CfnBucket.DataExportProperty build()
build in interface software.amazon.jsii.Builder<CfnBucket.DataExportProperty>CfnBucket.DataExportPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.