Interface IotEventsDestinationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>,SdkBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>,SdkPojo
- Enclosing class:
- IotEventsDestinationConfiguration
public static interface IotEventsDestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IotEventsDestinationConfiguration.BuilderinputName(String inputName)The name of the IoT Events input to which dataset contents are delivered.IotEventsDestinationConfiguration.BuilderroleArn(String roleArn)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 Detail
-
inputName
IotEventsDestinationConfiguration.Builder inputName(String 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
IotEventsDestinationConfiguration.Builder roleArn(String 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.
-
-