Class CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleDestinationProperty>
- Enclosing interface:
CfnDataset.DatasetContentDeliveryRuleDestinationProperty
@Stability(Stable)
public static final class CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleDestinationProperty>
A builder for
CfnDataset.DatasetContentDeliveryRuleDestinationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.iotEventsDestinationConfiguration
(IResolvable iotEventsDestinationConfiguration) iotEventsDestinationConfiguration
(CfnDataset.IotEventsDestinationConfigurationProperty iotEventsDestinationConfiguration) s3DestinationConfiguration
(IResolvable s3DestinationConfiguration) s3DestinationConfiguration
(CfnDataset.S3DestinationConfigurationProperty s3DestinationConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
iotEventsDestinationConfiguration
@Stability(Stable) public CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder iotEventsDestinationConfiguration(IResolvable iotEventsDestinationConfiguration) Sets the value ofCfnDataset.DatasetContentDeliveryRuleDestinationProperty.getIotEventsDestinationConfiguration()
- Parameters:
iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to AWS IoT Events .- Returns:
this
-
iotEventsDestinationConfiguration
@Stability(Stable) public CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder iotEventsDestinationConfiguration(CfnDataset.IotEventsDestinationConfigurationProperty iotEventsDestinationConfiguration) Sets the value ofCfnDataset.DatasetContentDeliveryRuleDestinationProperty.getIotEventsDestinationConfiguration()
- Parameters:
iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to AWS IoT Events .- Returns:
this
-
s3DestinationConfiguration
@Stability(Stable) public CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder s3DestinationConfiguration(IResolvable s3DestinationConfiguration) Sets the value ofCfnDataset.DatasetContentDeliveryRuleDestinationProperty.getS3DestinationConfiguration()
- Parameters:
s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.- Returns:
this
-
s3DestinationConfiguration
@Stability(Stable) public CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder s3DestinationConfiguration(CfnDataset.S3DestinationConfigurationProperty s3DestinationConfiguration) Sets the value ofCfnDataset.DatasetContentDeliveryRuleDestinationProperty.getS3DestinationConfiguration()
- Parameters:
s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataset.DatasetContentDeliveryRuleDestinationProperty>
- Returns:
- a new instance of
CfnDataset.DatasetContentDeliveryRuleDestinationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-