Interface IotEventsDestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IotEventsDestinationConfiguration.Builder,
,IotEventsDestinationConfiguration> SdkBuilder<IotEventsDestinationConfiguration.Builder,
,IotEventsDestinationConfiguration> SdkPojo
- Enclosing class:
IotEventsDestinationConfiguration
@Mutable
@NotThreadSafe
public static interface IotEventsDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the IoT Events input to which dataset contents are delivered.The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputName
The name of the IoT Events input to which dataset contents are delivered.
- Parameters:
inputName
- The name of the IoT Events input to which dataset contents are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
- Parameters:
roleArn
- The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-