Interface InputIdentifier.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InputIdentifier.Builder,,InputIdentifier> SdkBuilder<InputIdentifier.Builder,,InputIdentifier> SdkPojo
- Enclosing class:
 InputIdentifier
public static interface InputIdentifier.Builder
extends SdkPojo, CopyableBuilder<InputIdentifier.Builder,InputIdentifier> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault InputIdentifier.BuilderiotEventsInputIdentifier(Consumer<IotEventsInputIdentifier.Builder> iotEventsInputIdentifier) The identifier of the input routed to AWS IoT Events.iotEventsInputIdentifier(IotEventsInputIdentifier iotEventsInputIdentifier) The identifier of the input routed to AWS IoT Events.default InputIdentifier.BuilderiotSiteWiseInputIdentifier(Consumer<IotSiteWiseInputIdentifier.Builder> iotSiteWiseInputIdentifier) The identifer of the input routed from AWS IoT SiteWise.iotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier iotSiteWiseInputIdentifier) The identifer of the input routed from AWS IoT SiteWise.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
iotEventsInputIdentifier
The identifier of the input routed to AWS IoT Events.
- Parameters:
 iotEventsInputIdentifier- The identifier of the input routed to AWS IoT Events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iotEventsInputIdentifier
default InputIdentifier.Builder iotEventsInputIdentifier(Consumer<IotEventsInputIdentifier.Builder> iotEventsInputIdentifier) The identifier of the input routed to AWS IoT Events.
This is a convenience method that creates an instance of theIotEventsInputIdentifier.Builderavoiding the need to create one manually viaIotEventsInputIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiotEventsInputIdentifier(IotEventsInputIdentifier).- Parameters:
 iotEventsInputIdentifier- a consumer that will call methods onIotEventsInputIdentifier.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
iotSiteWiseInputIdentifier
InputIdentifier.Builder iotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier iotSiteWiseInputIdentifier) The identifer of the input routed from AWS IoT SiteWise.
- Parameters:
 iotSiteWiseInputIdentifier- The identifer of the input routed from AWS IoT SiteWise.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iotSiteWiseInputIdentifier
default InputIdentifier.Builder iotSiteWiseInputIdentifier(Consumer<IotSiteWiseInputIdentifier.Builder> iotSiteWiseInputIdentifier) The identifer of the input routed from AWS IoT SiteWise.
This is a convenience method that creates an instance of theIotSiteWiseInputIdentifier.Builderavoiding the need to create one manually viaIotSiteWiseInputIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier).- Parameters:
 iotSiteWiseInputIdentifier- a consumer that will call methods onIotSiteWiseInputIdentifier.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -