@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MutualTlsAuthenticationInput extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
MutualTlsAuthenticationInput() |
Modifier and Type | Method and Description |
---|---|
MutualTlsAuthenticationInput |
clone() |
boolean |
equals(Object obj) |
String |
getTruststoreUri()
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name . |
String |
getTruststoreVersion()
The version of the S3 object that contains your truststore.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTruststoreUri(String truststoreUri)
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name . |
void |
setTruststoreVersion(String truststoreVersion)
The version of the S3 object that contains your truststore.
|
String |
toString()
Returns a string representation of this object.
|
MutualTlsAuthenticationInput |
withTruststoreUri(String truststoreUri)
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name . |
MutualTlsAuthenticationInput |
withTruststoreVersion(String truststoreVersion)
The version of the S3 object that contains your truststore.
|
public void setTruststoreUri(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.
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.public String getTruststoreUri()
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 MutualTlsAuthenticationInput withTruststoreUri(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.
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.public void setTruststoreVersion(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.
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 String getTruststoreVersion()
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 withTruststoreVersion(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.
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 String toString()
toString
in class Object
Object.toString()
public MutualTlsAuthenticationInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.