@Generated(value="software.amazon.awssdk:codegen") public final class MutualTlsAuthenticationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MutualTlsAuthenticationInput.Builder,MutualTlsAuthenticationInput>
If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your custom domain name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MutualTlsAuthenticationInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MutualTlsAuthenticationInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MutualTlsAuthenticationInput.Builder> |
serializableBuilderClass() |
MutualTlsAuthenticationInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
truststoreUri()
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name. |
String |
truststoreVersion()
The version of the S3 object that contains your truststore.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String truststoreUri()
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name. The truststore can contain certificates from public or private
certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain
name to use the new version. To update the truststore, you must have permissions to access the S3 object.
s3://bucket-name/key-name. The truststore can contain certificates from public or private
certificate authorities. To update the truststore, upload a new version to S3, and then update your
custom domain name to use the new version. To update the truststore, you must have permissions to access
the S3 object.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 MutualTlsAuthenticationInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MutualTlsAuthenticationInput.Builder,MutualTlsAuthenticationInput>public static MutualTlsAuthenticationInput.Builder builder()
public static Class<? extends MutualTlsAuthenticationInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.