Interface DeviceRegistryEnrichActivity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceRegistryEnrichActivity.Builder,
,DeviceRegistryEnrichActivity> SdkBuilder<DeviceRegistryEnrichActivity.Builder,
,DeviceRegistryEnrichActivity> SdkPojo
- Enclosing class:
DeviceRegistryEnrichActivity
public static interface DeviceRegistryEnrichActivity.Builder
extends SdkPojo, CopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute that is added to the message.The name of thedeviceRegistryEnrich
activity.The next activity in the pipeline.The ARN of the role that allows access to the device's registry information.The name of the IoT device whose registry information is added to the message.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 Details
-
name
The name of the
deviceRegistryEnrich
activity.- Parameters:
name
- The name of thedeviceRegistryEnrich
activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attribute
The name of the attribute that is added to the message.
- Parameters:
attribute
- The name of the attribute that is added to the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
The name of the IoT device whose registry information is added to the message.
- Parameters:
thingName
- The name of the IoT device whose registry information is added to the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the role that allows access to the device's registry information.
- Parameters:
roleArn
- The ARN of the role that allows access to the device's registry information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
The next activity in the pipeline.
- Parameters:
next
- The next activity in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-