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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDestinationResponse.Builderarn(String arn)The Amazon Resource Name of the resource.GetDestinationResponse.Builderdescription(String description)The description of the resource.GetDestinationResponse.Builderexpression(String expression)The rule name or topic rule to send messages to.GetDestinationResponse.BuilderexpressionType(String expressionType)The type of value inExpression.GetDestinationResponse.BuilderexpressionType(ExpressionType expressionType)The type of value inExpression.GetDestinationResponse.Buildername(String name)The name of the resource.GetDestinationResponse.BuilderroleArn(String roleArn)The ARN of the IAM Role that authorizes the destination.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
expressionType
GetDestinationResponse.Builder expressionType(String expressionType)
The type of value in
Expression.- Parameters:
expressionType- The type of value inExpression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpressionType,ExpressionType
-
expressionType
GetDestinationResponse.Builder expressionType(ExpressionType expressionType)
The type of value in
Expression.- Parameters:
expressionType- The type of value inExpression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExpressionType,ExpressionType
-
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.
-
-