public static interface MutualTlsAuthenticationInput.Builder extends SdkPojo, CopyableBuilder<MutualTlsAuthenticationInput.Builder,MutualTlsAuthenticationInput>
| Modifier and Type | Method and Description |
|---|---|
MutualTlsAuthenticationInput.Builder |
truststoreUri(String truststoreUri)
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://
|
MutualTlsAuthenticationInput.Builder |
truststoreVersion(String truststoreVersion)
The version of the S3 object that contains your truststore.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMutualTlsAuthenticationInput.Builder truststoreUri(String truststoreUri)
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://
truststoreUri - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://MutualTlsAuthenticationInput.Builder truststoreVersion(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.Copyright © 2023. All rights reserved.