@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MutualTlsAuthenticationInput extends Object implements Serializable, Cloneable, StructuredPojo
The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
Constructor and Description |
---|
MutualTlsAuthenticationInput() |
Modifier and Type | Method and Description |
---|---|
MutualTlsAuthenticationInput |
clone() |
boolean |
equals(Object obj) |
String |
getTruststoreUri()
An Amazon S3 URL 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTruststoreUri(String truststoreUri)
An Amazon S3 URL 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 URL 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 URL 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 URL 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 URL 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 URL 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 URL 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 bucketpublic 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 bucketpublic String toString()
toString
in class Object
Object.toString()
public MutualTlsAuthenticationInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.