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 IoT Events input to which dataset contents are delivered.
|
IotEventsDestinationConfiguration.Builder |
roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIotEventsDestinationConfiguration.Builder inputName(String inputName)
The name of the IoT Events input to which dataset contents are delivered.
inputName - The name of the IoT Events input to which dataset contents are delivered.IotEventsDestinationConfiguration.Builder roleArn(String roleArn)
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
roleArn - The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events
input.Copyright © 2023. All rights reserved.