Interface UpdateDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>,IotWirelessRequest.Builder,SdkBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDestinationRequest
public static interface UpdateDestinationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDestinationRequest.Builderdescription(String description)A new description of the resource.UpdateDestinationRequest.Builderexpression(String expression)The new rule name or topic rule to send messages to.UpdateDestinationRequest.BuilderexpressionType(String expressionType)The type of value inExpression.UpdateDestinationRequest.BuilderexpressionType(ExpressionType expressionType)The type of value inExpression.UpdateDestinationRequest.Buildername(String name)The new name of the resource.UpdateDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDestinationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDestinationRequest.BuilderroleArn(String roleArn)The ARN of the IAM Role that authorizes the destination.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
UpdateDestinationRequest.Builder name(String name)
The new name of the resource.
- Parameters:
name- The new name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expressionType
UpdateDestinationRequest.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
UpdateDestinationRequest.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
-
expression
UpdateDestinationRequest.Builder expression(String expression)
The new rule name or topic rule to send messages to.
- Parameters:
expression- The new 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
UpdateDestinationRequest.Builder description(String description)
A new description of the resource.
- Parameters:
description- A new description of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
UpdateDestinationRequest.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.
-
overrideConfiguration
UpdateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-