@Generated(value="software.amazon.awssdk:codegen") public final class DeviceRegistryEnrichActivity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>
An activity that adds data from the AWS IoT device registry to your message.
Modifier and Type | Class and Description |
---|---|
static interface |
DeviceRegistryEnrichActivity.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attribute()
The name of the attribute that is added to the message.
|
static DeviceRegistryEnrichActivity.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the 'deviceRegistryEnrich' activity.
|
String |
next()
The next activity in the pipeline.
|
String |
roleArn()
The ARN of the role that allows access to the device's registry information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceRegistryEnrichActivity.Builder> |
serializableBuilderClass() |
String |
thingName()
The name of the IoT device whose registry information is added to the message.
|
DeviceRegistryEnrichActivity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the 'deviceRegistryEnrich' activity.
public String attribute()
The name of the attribute that is added to the message.
public String thingName()
The name of the IoT device whose registry information is added to the message.
public String roleArn()
The ARN of the role that allows access to the device's registry information.
public String next()
The next activity in the pipeline.
public DeviceRegistryEnrichActivity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeviceRegistryEnrichActivity.Builder,DeviceRegistryEnrichActivity>
public static DeviceRegistryEnrichActivity.Builder builder()
public static Class<? extends DeviceRegistryEnrichActivity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.