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