Interface RoutingCriteriaInputStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingCriteriaInputStep.Builder,
,RoutingCriteriaInputStep> SdkBuilder<RoutingCriteriaInputStep.Builder,
,RoutingCriteriaInputStep> SdkPojo
- Enclosing class:
RoutingCriteriaInputStep
@Mutable
@NotThreadSafe
public static interface RoutingCriteriaInputStep.Builder
extends SdkPojo, CopyableBuilder<RoutingCriteriaInputStep.Builder,RoutingCriteriaInputStep>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RoutingCriteriaInputStep.Builder
An object to specify the expiration of a routing step.expiry
(RoutingCriteriaInputStepExpiry expiry) An object to specify the expiration of a routing step.default RoutingCriteriaInputStep.Builder
expression
(Consumer<Expression.Builder> expression) A tagged union to specify expression for a routing step.expression
(Expression expression) A tagged union to specify expression for a routing step.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, sdkFieldNameToField, sdkFields
-
Method Details
-
expiry
An object to specify the expiration of a routing step.
- Parameters:
expiry
- An object to specify the expiration of a routing step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiry
default RoutingCriteriaInputStep.Builder expiry(Consumer<RoutingCriteriaInputStepExpiry.Builder> expiry) An object to specify the expiration of a routing step.
This is a convenience method that creates an instance of theRoutingCriteriaInputStepExpiry.Builder
avoiding the need to create one manually viaRoutingCriteriaInputStepExpiry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexpiry(RoutingCriteriaInputStepExpiry)
.- Parameters:
expiry
- a consumer that will call methods onRoutingCriteriaInputStepExpiry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expression
A tagged union to specify expression for a routing step.
- Parameters:
expression
- A tagged union to specify expression for a routing step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
A tagged union to specify expression for a routing step.
This is a convenience method that creates an instance of theExpression.Builder
avoiding the need to create one manually viaExpression.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexpression(Expression)
.- Parameters:
expression
- a consumer that will call methods onExpression.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-