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