public static interface GetDestinationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetDestinationResponse.Builder,GetDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDestinationResponse.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
GetDestinationResponse.Builder |
description(String description)
The description of the resource.
|
GetDestinationResponse.Builder |
expression(String expression)
The rule name or topic rule to send messages to.
|
GetDestinationResponse.Builder |
expressionType(ExpressionType expressionType)
The type of value in
Expression. |
GetDestinationResponse.Builder |
expressionType(String expressionType)
The type of value in
Expression. |
GetDestinationResponse.Builder |
name(String name)
The name of the resource.
|
GetDestinationResponse.Builder |
roleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDestinationResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.GetDestinationResponse.Builder name(String name)
The name of the resource.
name - The name of the resource.GetDestinationResponse.Builder expression(String expression)
The rule name or topic rule to send messages to.
expression - The rule name or topic rule to send messages to.GetDestinationResponse.Builder expressionType(String expressionType)
The type of value in Expression.
expressionType - The type of value in Expression.ExpressionType,
ExpressionTypeGetDestinationResponse.Builder expressionType(ExpressionType expressionType)
The type of value in Expression.
expressionType - The type of value in Expression.ExpressionType,
ExpressionTypeGetDestinationResponse.Builder description(String description)
The description of the resource.
description - The description of the resource.GetDestinationResponse.Builder roleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
roleArn - The ARN of the IAM Role that authorizes the destination.Copyright © 2023. All rights reserved.