public static interface IotEventsDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
Modifier and Type | Method and Description |
---|---|
IotEventsDestinationConfiguration.Builder |
inputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
|
IotEventsDestinationConfiguration.Builder |
roleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events
input.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IotEventsDestinationConfiguration.Builder inputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
inputName
- The name of the AWS IoT Events input to which dataset contents are delivered.IotEventsDestinationConfiguration.Builder roleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
roleArn
- The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT
Events input.