Interface Destinations.Builder

    • Method Detail

      • arn

        Destinations.Builder arn​(String arn)

        The Amazon Resource Name of the resource.

        Parameters:
        arn - The Amazon Resource Name of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Destinations.Builder name​(String name)

        The name of the resource.

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

        Destinations.Builder expressionType​(String expressionType)

        The type of value in Expression.

        Parameters:
        expressionType - The type of value in Expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpressionType, ExpressionType
      • expressionType

        Destinations.Builder expressionType​(ExpressionType expressionType)

        The type of value in Expression.

        Parameters:
        expressionType - The type of value in Expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExpressionType, ExpressionType
      • expression

        Destinations.Builder expression​(String expression)

        The rule name or topic rule to send messages to.

        Parameters:
        expression - The rule name or topic rule to send messages to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        Destinations.Builder description​(String description)

        The description of the resource.

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

        Destinations.Builder roleArn​(String roleArn)

        The ARN of the IAM Role that authorizes the destination.

        Parameters:
        roleArn - The ARN of the IAM Role that authorizes the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.