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 SummaryModifier and TypeMethodDescriptiondefault IngressIpv6Expression.Builderevaluate(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
evaluateThe 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.
 
- 
evaluateThe left hand side argument of an IPv6 condition expression. This is a convenience method that creates an instance of theIngressIpv6ToEvaluate.Builderavoiding the need to create one manually viaIngressIpv6ToEvaluate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevaluate(IngressIpv6ToEvaluate).- Parameters:
- evaluate- a consumer that will call methods on- IngressIpv6ToEvaluate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
operatorThe 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:
 
- 
operatorThe 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:
 
- 
valuesThe 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.
 
- 
valuesThe 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.
 
 
-