@Stability(value=Stable) public static final class CfnDomainName.MutualTlsAuthenticationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainName.MutualTlsAuthenticationProperty>
CfnDomainName.MutualTlsAuthenticationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomainName.MutualTlsAuthenticationProperty |
build()
Builds the configured instance.
|
CfnDomainName.MutualTlsAuthenticationProperty.Builder |
truststoreUri(String truststoreUri)
Sets the value of
CfnDomainName.MutualTlsAuthenticationProperty.getTruststoreUri() |
CfnDomainName.MutualTlsAuthenticationProperty.Builder |
truststoreVersion(String truststoreVersion)
Sets the value of
CfnDomainName.MutualTlsAuthenticationProperty.getTruststoreVersion() |
@Stability(value=Stable) public CfnDomainName.MutualTlsAuthenticationProperty.Builder truststoreUri(String truststoreUri)
CfnDomainName.MutualTlsAuthenticationProperty.getTruststoreUri()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.this@Stability(value=Stable) public CfnDomainName.MutualTlsAuthenticationProperty.Builder truststoreVersion(String truststoreVersion)
CfnDomainName.MutualTlsAuthenticationProperty.getTruststoreVersion()truststoreVersion - The version of the S3 object that contains your truststore.
To specify a version, you must have versioning enabled for the S3 bucket.this@Stability(value=Stable) public CfnDomainName.MutualTlsAuthenticationProperty build()
build in interface software.amazon.jsii.Builder<CfnDomainName.MutualTlsAuthenticationProperty>CfnDomainName.MutualTlsAuthenticationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.