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