Interface GetDestinationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDestinationResponse.Builder,GetDestinationResponse>, IotWirelessResponse.Builder, SdkBuilder<GetDestinationResponse.Builder,GetDestinationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDestinationResponse

public static interface GetDestinationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetDestinationResponse.Builder,GetDestinationResponse>
  • Method Details

    • 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

      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.
    • expressionType

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

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

      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.