@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 - The destination to which dataset contents are delivered. This parameter is required.this@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty.Builder destination(IResolvable destination)
CfnDataset.DatasetContentDeliveryRuleProperty.getDestination()destination - The destination to which dataset contents are delivered. This parameter is required.this@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty.Builder entryName(String entryName)
CfnDataset.DatasetContentDeliveryRuleProperty.getEntryName()entryName - The name of the dataset content delivery rules entry.this@Stability(value=Stable) public CfnDataset.DatasetContentDeliveryRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleProperty>CfnDataset.DatasetContentDeliveryRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.