public static interface DeviceShadowEnrichActivity.Builder extends SdkPojo, CopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>
Modifier and Type | Method and Description |
---|---|
DeviceShadowEnrichActivity.Builder |
attribute(String attribute)
The name of the attribute that is added to the message.
|
DeviceShadowEnrichActivity.Builder |
name(String name)
The name of the 'deviceShadowEnrich' activity.
|
DeviceShadowEnrichActivity.Builder |
next(String next)
The next activity in the pipeline.
|
DeviceShadowEnrichActivity.Builder |
roleArn(String roleArn)
The ARN of the role that allows access to the device's shadow.
|
DeviceShadowEnrichActivity.Builder |
thingName(String thingName)
The name of the IoT device whose shadow information is added to the message.
|
copy
applyMutation, build
DeviceShadowEnrichActivity.Builder name(String name)
The name of the 'deviceShadowEnrich' activity.
name
- The name of the 'deviceShadowEnrich' activity.DeviceShadowEnrichActivity.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.DeviceShadowEnrichActivity.Builder thingName(String thingName)
The name of the IoT device whose shadow information is added to the message.
thingName
- The name of the IoT device whose shadow information is added to the message.DeviceShadowEnrichActivity.Builder roleArn(String roleArn)
The ARN of the role that allows access to the device's shadow.
roleArn
- The ARN of the role that allows access to the device's shadow.DeviceShadowEnrichActivity.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.