Interface GetDestinationResponse.Builder

    • Method Detail

      • arn

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

        GetDestinationResponse.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.
      • expression

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

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

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