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