Interface IngressTlsProtocolToEvaluate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressTlsProtocolToEvaluate.Builder,IngressTlsProtocolToEvaluate>,SdkBuilder<IngressTlsProtocolToEvaluate.Builder,IngressTlsProtocolToEvaluate>,SdkPojo
- Enclosing class:
- IngressTlsProtocolToEvaluate
public static interface IngressTlsProtocolToEvaluate.Builder extends SdkPojo, CopyableBuilder<IngressTlsProtocolToEvaluate.Builder,IngressTlsProtocolToEvaluate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressTlsProtocolToEvaluate.Builderattribute(String attribute)The enum type representing the allowed attribute types for the TLS condition.IngressTlsProtocolToEvaluate.Builderattribute(IngressTlsAttribute attribute)The enum type representing the allowed attribute types for the TLS condition.-
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, sdkFields
-
-
-
-
Method Detail
-
attribute
IngressTlsProtocolToEvaluate.Builder attribute(String attribute)
The enum type representing the allowed attribute types for the TLS condition.
- Parameters:
attribute- The enum type representing the allowed attribute types for the TLS condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngressTlsAttribute,IngressTlsAttribute
-
attribute
IngressTlsProtocolToEvaluate.Builder attribute(IngressTlsAttribute attribute)
The enum type representing the allowed attribute types for the TLS condition.
- Parameters:
attribute- The enum type representing the allowed attribute types for the TLS condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngressTlsAttribute,IngressTlsAttribute
-
-