Interface Destinations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Destinations.Builder,
,Destinations> SdkBuilder<Destinations.Builder,
,Destinations> SdkPojo
- Enclosing class:
Destinations
public static interface Destinations.Builder
extends SdkPojo, CopyableBuilder<Destinations.Builder,Destinations>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.description
(String description) The description of the resource.expression
(String expression) The rule name or topic rule to send messages to.expressionType
(String expressionType) The type of value inExpression
.expressionType
(ExpressionType expressionType) The type of value inExpression
.The name of the resource.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-
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
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:
-
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.
-
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.
-