Class CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty>
- Enclosing interface:
CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputName
@Stability(Stable) public CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder inputName(String inputName) - Parameters:
inputName- The name of the AWS IoT Events input to which dataset contents are delivered.- Returns:
this
-
roleArn
@Stability(Stable) public CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The ARN of the role that grants ITA permission to deliver dataset contents to an AWS IoT Events input.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-