Interface DeviceShadowEnrichActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>,SdkBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>,SdkPojo
- Enclosing class:
- DeviceShadowEnrichActivity
public static interface DeviceShadowEnrichActivity.Builder extends SdkPojo, CopyableBuilder<DeviceShadowEnrichActivity.Builder,DeviceShadowEnrichActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceShadowEnrichActivity.Builderattribute(String attribute)The name of the attribute that is added to the message.DeviceShadowEnrichActivity.Buildername(String name)The name of thedeviceShadowEnrichactivity.DeviceShadowEnrichActivity.Buildernext(String next)The next activity in the pipeline.DeviceShadowEnrichActivity.BuilderroleArn(String roleArn)The ARN of the role that allows access to the device's shadow.DeviceShadowEnrichActivity.BuilderthingName(String thingName)The name of the IoT device whose shadow 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
DeviceShadowEnrichActivity.Builder name(String name)
The name of the
deviceShadowEnrichactivity.- Parameters:
name- The name of thedeviceShadowEnrichactivity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attribute
DeviceShadowEnrichActivity.Builder attribute(String 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
DeviceShadowEnrichActivity.Builder thingName(String thingName)
The name of the IoT device whose shadow information is added to the message.
- Parameters:
thingName- The name of the IoT device whose shadow information is added to the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
DeviceShadowEnrichActivity.Builder roleArn(String roleArn)
The ARN of the role that allows access to the device's shadow.
- Parameters:
roleArn- The ARN of the role that allows access to the device's shadow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
DeviceShadowEnrichActivity.Builder next(String 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.
-
-