@Stability(value=Deprecated) @Deprecated public static final class EtcdV3BackendConfig.Builder extends Object implements software.amazon.jsii.Builder<EtcdV3BackendConfig>
EtcdV3BackendConfig
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EtcdV3BackendConfig |
build()
Deprecated.
|
EtcdV3BackendConfig.Builder |
cacertPath(String cacertPath)
Deprecated.
|
EtcdV3BackendConfig.Builder |
certPath(String certPath)
Deprecated.
|
EtcdV3BackendConfig.Builder |
endpoints(List<String> endpoints)
Deprecated.
|
EtcdV3BackendConfig.Builder |
keyPath(String keyPath)
Deprecated.
|
EtcdV3BackendConfig.Builder |
lock(Boolean lock)
Deprecated.
|
EtcdV3BackendConfig.Builder |
password(String password)
Deprecated.
|
EtcdV3BackendConfig.Builder |
prefix(String prefix)
Deprecated.
|
EtcdV3BackendConfig.Builder |
username(String username)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder endpoints(List<String> endpoints)
EtcdV3BackendConfig.getEndpoints()
endpoints
- (Required) The list of 'etcd' endpoints which to connect to. This parameter is required.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder cacertPath(String cacertPath)
EtcdV3BackendConfig.getCacertPath()
cacertPath
- (Optional) The path to a PEM-encoded CA bundle with which to verify certificates of TLS-enabled etcd servers.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder certPath(String certPath)
EtcdV3BackendConfig.getCertPath()
certPath
- (Optional) The path to a PEM-encoded certificate to provide to etcd for secure client identification.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder keyPath(String keyPath)
EtcdV3BackendConfig.getKeyPath()
keyPath
- (Optional) The path to a PEM-encoded key to provide to etcd for secure client identification.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder lock(Boolean lock)
EtcdV3BackendConfig.getLock()
lock
- (Optional) Whether to lock state access.
Defaults to true.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder password(String password)
EtcdV3BackendConfig.getPassword()
password
- (Optional) Password used to connect to the etcd cluster.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder prefix(String prefix)
EtcdV3BackendConfig.getPrefix()
prefix
- (Optional) An optional prefix to be added to keys when to storing state in etcd.
Defaults to "".this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig.Builder username(String username)
EtcdV3BackendConfig.getUsername()
username
- (Optional) Username used to connect to the etcd cluster.this
@Stability(value=Deprecated) @Deprecated public EtcdV3BackendConfig build()
build
in interface software.amazon.jsii.Builder<EtcdV3BackendConfig>
EtcdV3BackendConfig
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.