@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(IResolvable destination)
CfnBucket.DataExportProperty.getDestination()
destination
- `CfnBucket.DataExportProperty.Destination`. This parameter is required.this
@Stability(value=Stable) public CfnBucket.DataExportProperty.Builder destination(CfnBucket.DestinationProperty destination)
CfnBucket.DataExportProperty.getDestination()
destination
- `CfnBucket.DataExportProperty.Destination`. This parameter is required.this
@Stability(value=Stable) public CfnBucket.DataExportProperty.Builder outputSchemaVersion(String outputSchemaVersion)
CfnBucket.DataExportProperty.getOutputSchemaVersion()
outputSchemaVersion
- `CfnBucket.DataExportProperty.OutputSchemaVersion`. This parameter is required.this
@Stability(value=Stable) public CfnBucket.DataExportProperty build()
build
in interface software.amazon.jsii.Builder<CfnBucket.DataExportProperty>
CfnBucket.DataExportProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.