public static interface InputIdentifier.Builder extends SdkPojo, CopyableBuilder<InputIdentifier.Builder,InputIdentifier>
| Modifier and Type | Method and Description |
|---|---|
default InputIdentifier.Builder |
iotEventsInputIdentifier(Consumer<IotEventsInputIdentifier.Builder> iotEventsInputIdentifier)
The identifier of the input routed to AWS IoT Events.
|
InputIdentifier.Builder |
iotEventsInputIdentifier(IotEventsInputIdentifier iotEventsInputIdentifier)
The identifier of the input routed to AWS IoT Events.
|
default InputIdentifier.Builder |
iotSiteWiseInputIdentifier(Consumer<IotSiteWiseInputIdentifier.Builder> iotSiteWiseInputIdentifier)
The identifer of the input routed from AWS IoT SiteWise.
|
InputIdentifier.Builder |
iotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier iotSiteWiseInputIdentifier)
The identifer of the input routed from AWS IoT SiteWise.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputIdentifier.Builder iotEventsInputIdentifier(IotEventsInputIdentifier iotEventsInputIdentifier)
The identifier of the input routed to AWS IoT Events.
iotEventsInputIdentifier - The identifier of the input routed to AWS IoT Events.default InputIdentifier.Builder iotEventsInputIdentifier(Consumer<IotEventsInputIdentifier.Builder> iotEventsInputIdentifier)
The identifier of the input routed to AWS IoT Events.
This is a convenience that creates an instance of theIotEventsInputIdentifier.Builder avoiding the
need to create one manually via IotEventsInputIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to iotEventsInputIdentifier(IotEventsInputIdentifier).iotEventsInputIdentifier - a consumer that will call methods on IotEventsInputIdentifier.BuilderiotEventsInputIdentifier(IotEventsInputIdentifier)InputIdentifier.Builder iotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier iotSiteWiseInputIdentifier)
The identifer of the input routed from AWS IoT SiteWise.
iotSiteWiseInputIdentifier - The identifer of the input routed from AWS IoT SiteWise.default InputIdentifier.Builder iotSiteWiseInputIdentifier(Consumer<IotSiteWiseInputIdentifier.Builder> iotSiteWiseInputIdentifier)
The identifer of the input routed from AWS IoT SiteWise.
This is a convenience that creates an instance of theIotSiteWiseInputIdentifier.Builder avoiding the
need to create one manually via IotSiteWiseInputIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to iotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier).iotSiteWiseInputIdentifier - a consumer that will call methods on IotSiteWiseInputIdentifier.BuilderiotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier)Copyright © 2022. All rights reserved.