Interface ActionTarget.Builder

    • Method Detail

      • actionTargetArn

        ActionTarget.Builder actionTargetArn​(String actionTargetArn)

        The ARN for the target action.

        Parameters:
        actionTargetArn - The ARN for the target action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ActionTarget.Builder name​(String name)

        The name of the action target.

        Parameters:
        name - The name of the action target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ActionTarget.Builder description​(String description)

        The description of the target action.

        Parameters:
        description - The description of the target action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.