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 Details

    • name

      The name of the deviceShadowEnrich activity.

      Parameters:
      name - The name of the deviceShadowEnrich 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 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

      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

      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.