Interface DeviceRegistryEnrichActivity.Builder

    • Method Detail

      • name

        DeviceRegistryEnrichActivity.Builder name​(String name)

        The name of the deviceRegistryEnrich activity.

        Parameters:
        name - The name of the deviceRegistryEnrich activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attribute

        DeviceRegistryEnrichActivity.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

        DeviceRegistryEnrichActivity.Builder thingName​(String thingName)

        The name of the IoT device whose registry information is added to the message.

        Parameters:
        thingName - The name of the IoT device whose registry information is added to the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DeviceRegistryEnrichActivity.Builder roleArn​(String roleArn)

        The ARN of the role that allows access to the device's registry information.

        Parameters:
        roleArn - The ARN of the role that allows access to the device's registry information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • next

        DeviceRegistryEnrichActivity.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.