Class MutualAuthenticationAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.elasticloadbalancingv2.model.MutualAuthenticationAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MutualAuthenticationAttributes.Builder,MutualAuthenticationAttributes>
@Generated("software.amazon.awssdk:codegen") public final class MutualAuthenticationAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MutualAuthenticationAttributes.Builder,MutualAuthenticationAttributes>
Information about the mutual authentication attributes of a listener.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMutualAuthenticationAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MutualAuthenticationAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanignoreClientCertificateExpiry()Indicates whether expired client certificates are ignored.Stringmode()The client certificate handling method.List<SdkField<?>>sdkFields()static Class<? extends MutualAuthenticationAttributes.Builder>serializableBuilderClass()MutualAuthenticationAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrustStoreArn()The Amazon Resource Name (ARN) of the trust store.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
mode
public final String mode()
The client certificate handling method. Options are
off,passthroughorverify. The default value isoff.- Returns:
- The client certificate handling method. Options are
off,passthroughorverify. The default value isoff.
-
trustStoreArn
public final String trustStoreArn()
The Amazon Resource Name (ARN) of the trust store.
- Returns:
- The Amazon Resource Name (ARN) of the trust store.
-
ignoreClientCertificateExpiry
public final Boolean ignoreClientCertificateExpiry()
Indicates whether expired client certificates are ignored.
- Returns:
- Indicates whether expired client certificates are ignored.
-
toBuilder
public MutualAuthenticationAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MutualAuthenticationAttributes.Builder,MutualAuthenticationAttributes>
-
builder
public static MutualAuthenticationAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends MutualAuthenticationAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-