public static interface UpdateDestinationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDestinationRequest.Builder |
description(String description)
A new description of the resource.
|
UpdateDestinationRequest.Builder |
expression(String expression)
The new rule name or topic rule to send messages to.
|
UpdateDestinationRequest.Builder |
expressionType(ExpressionType expressionType)
The type of value in
Expression. |
UpdateDestinationRequest.Builder |
expressionType(String expressionType)
The type of value in
Expression. |
UpdateDestinationRequest.Builder |
name(String name)
The new name of the resource.
|
UpdateDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDestinationRequest.Builder |
roleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDestinationRequest.Builder name(String name)
The new name of the resource.
name - The new name of the resource.UpdateDestinationRequest.Builder expressionType(String expressionType)
The type of value in Expression.
expressionType - The type of value in Expression.ExpressionType,
ExpressionTypeUpdateDestinationRequest.Builder expressionType(ExpressionType expressionType)
The type of value in Expression.
expressionType - The type of value in Expression.ExpressionType,
ExpressionTypeUpdateDestinationRequest.Builder expression(String expression)
The new rule name or topic rule to send messages to.
expression - The new rule name or topic rule to send messages to.UpdateDestinationRequest.Builder description(String description)
A new description of the resource.
description - A new description of the resource.UpdateDestinationRequest.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.UpdateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.