@Stability(value=Experimental) public static final class MTLSConfig.Builder extends Object implements software.amazon.jsii.Builder<MTLSConfig>
MTLSConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MTLSConfig.Builder |
bucket(IBucket bucket)
Sets the value of
MTLSConfig.getBucket() |
MTLSConfig |
build()
Builds the configured instance.
|
MTLSConfig.Builder |
key(String key)
Sets the value of
MTLSConfig.getKey() |
MTLSConfig.Builder |
version(String version)
Sets the value of
MTLSConfig.getVersion() |
@Stability(value=Experimental) public MTLSConfig.Builder bucket(IBucket bucket)
MTLSConfig.getBucket()bucket - The bucket that the trust store is hosted in. This parameter is required.this@Stability(value=Experimental) public MTLSConfig.Builder key(String key)
MTLSConfig.getKey()key - The key in S3 to look at for the trust store. This parameter is required.this@Stability(value=Experimental) public MTLSConfig.Builder version(String version)
MTLSConfig.getVersion()version - 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=Experimental) public MTLSConfig build()
build in interface software.amazon.jsii.Builder<MTLSConfig>MTLSConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.