@Stability(value=Stable) public static final class CfnDataset.DatasetContentDeliveryRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleProperty>
CfnDataset.DatasetContentDeliveryRuleProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataset.DatasetContentDeliveryRuleProperty |
build()
Builds the configured instance.
|
CfnDataset.DatasetContentDeliveryRuleProperty.Builder |
destination(CfnDataset.DatasetContentDeliveryRuleDestinationProperty destination)
Sets the value of
CfnDataset.DatasetContentDeliveryRuleProperty.getDestination() |
CfnDataset.DatasetContentDeliveryRuleProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnDataset.DatasetContentDeliveryRuleProperty.getDestination() |
CfnDataset.DatasetContentDeliveryRuleProperty.Builder |
entryName(String entryName)
Sets the value of
CfnDataset.DatasetContentDeliveryRuleProperty.getEntryName() |
@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty.Builder destination(CfnDataset.DatasetContentDeliveryRuleDestinationProperty destination)
CfnDataset.DatasetContentDeliveryRuleProperty.getDestination()
destination
- `CfnDataset.DatasetContentDeliveryRuleProperty.Destination`. This parameter is required.this
@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty.Builder destination(IResolvable destination)
CfnDataset.DatasetContentDeliveryRuleProperty.getDestination()
destination
- `CfnDataset.DatasetContentDeliveryRuleProperty.Destination`. This parameter is required.this
@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty.Builder entryName(String entryName)
CfnDataset.DatasetContentDeliveryRuleProperty.getEntryName()
entryName
- `CfnDataset.DatasetContentDeliveryRuleProperty.EntryName`.this
@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty build()
build
in interface software.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleProperty>
CfnDataset.DatasetContentDeliveryRuleProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.