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