@Generated(value="software.amazon.awssdk:codegen") public final class MutualTlsAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MutualTlsAuthentication.Builder,MutualTlsAuthentication>
| Modifier and Type | Class and Description |
|---|---|
static interface |
MutualTlsAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MutualTlsAuthentication.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTruststoreWarnings()
For responses, this returns true if the service returned a value for the TruststoreWarnings property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MutualTlsAuthentication.Builder> |
serializableBuilderClass() |
MutualTlsAuthentication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
truststoreUri()
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://
|
String |
truststoreVersion()
The version of the S3 object that contains your truststore.
|
List<String> |
truststoreWarnings()
A list of warnings that API Gateway returns while processing your truststore.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String truststoreUri()
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://
public final String truststoreVersion()
The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
public final boolean hasTruststoreWarnings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> truststoreWarnings()
A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTruststoreWarnings() method.
public MutualTlsAuthentication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MutualTlsAuthentication.Builder,MutualTlsAuthentication>public static MutualTlsAuthentication.Builder builder()
public static Class<? extends MutualTlsAuthentication.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.