public static interface DeviceRegistryEnrichActivity.Builder extends SdkPojo, CopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>
Modifier and Type | Method and Description |
---|---|
DeviceRegistryEnrichActivity.Builder |
attribute(String attribute)
The name of the attribute that is added to the message.
|
DeviceRegistryEnrichActivity.Builder |
name(String name)
The name of the 'deviceRegistryEnrich' activity.
|
DeviceRegistryEnrichActivity.Builder |
next(String next)
The next activity in the pipeline.
|
DeviceRegistryEnrichActivity.Builder |
roleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
|
DeviceRegistryEnrichActivity.Builder |
thingName(String thingName)
The name of the IoT device whose registry information is added to the message.
|
copy
applyMutation, build
DeviceRegistryEnrichActivity.Builder name(String name)
The name of the 'deviceRegistryEnrich' activity.
name
- The name of the 'deviceRegistryEnrich' activity.DeviceRegistryEnrichActivity.Builder attribute(String attribute)
The name of the attribute that is added to the message.
attribute
- The name of the attribute that is added to the message.DeviceRegistryEnrichActivity.Builder thingName(String thingName)
The name of the IoT device whose registry information is added to the message.
thingName
- The name of the IoT device whose registry information is added to the message.DeviceRegistryEnrichActivity.Builder roleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
roleArn
- The ARN of the role that allows access to the device's registry information.DeviceRegistryEnrichActivity.Builder next(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.