Interface IngressStringExpression.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressStringExpression.Builder,
,IngressStringExpression> SdkBuilder<IngressStringExpression.Builder,
,IngressStringExpression> SdkPojo
- Enclosing class:
IngressStringExpression
@Mutable
@NotThreadSafe
public static interface IngressStringExpression.Builder
extends SdkPojo, CopyableBuilder<IngressStringExpression.Builder,IngressStringExpression>
-
Method Summary
Modifier and TypeMethodDescriptiondefault IngressStringExpression.Builder
evaluate
(Consumer<IngressStringToEvaluate.Builder> evaluate) The left hand side argument of a string condition expression.evaluate
(IngressStringToEvaluate evaluate) The left hand side argument of a string condition expression.The matching operator for a string condition expression.operator
(IngressStringOperator operator) The matching operator for a string condition expression.The right hand side argument of a string condition expression.values
(Collection<String> values) The right hand side argument of a string condition expression.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
-
evaluate
The left hand side argument of a string condition expression.
- Parameters:
evaluate
- The left hand side argument of a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluate
default IngressStringExpression.Builder evaluate(Consumer<IngressStringToEvaluate.Builder> evaluate) The left hand side argument of a string condition expression.
This is a convenience method that creates an instance of theIngressStringToEvaluate.Builder
avoiding the need to create one manually viaIngressStringToEvaluate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevaluate(IngressStringToEvaluate)
.- Parameters:
evaluate
- a consumer that will call methods onIngressStringToEvaluate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The matching operator for a string condition expression.
- Parameters:
operator
- The matching operator for a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The matching operator for a string condition expression.
- Parameters:
operator
- The matching operator for a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The right hand side argument of a string condition expression.
- Parameters:
values
- The right hand side argument of a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The right hand side argument of a string condition expression.
- Parameters:
values
- The right hand side argument of a string condition expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-