Interface IotEventsInputIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IotEventsInputIdentifier.Builder,IotEventsInputIdentifier>,SdkBuilder<IotEventsInputIdentifier.Builder,IotEventsInputIdentifier>,SdkPojo
- Enclosing class:
- IotEventsInputIdentifier
public static interface IotEventsInputIdentifier.Builder extends SdkPojo, CopyableBuilder<IotEventsInputIdentifier.Builder,IotEventsInputIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IotEventsInputIdentifier.BuilderinputName(String inputName)The name of the input routed to AWS IoT Events.-
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, sdkFields
-
-
-
-
Method Detail
-
inputName
IotEventsInputIdentifier.Builder inputName(String inputName)
The name of the input routed to AWS IoT Events.
- Parameters:
inputName- The name of the input routed to AWS IoT Events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-