@Stability(value=Experimental) public static final class EtcdBackendProps.Builder extends Object implements software.amazon.jsii.Builder<EtcdBackendProps>
EtcdBackendProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EtcdBackendProps |
build()
Builds the configured instance.
|
EtcdBackendProps.Builder |
endpoints(String endpoints)
Sets the value of
EtcdBackendProps.getEndpoints() |
EtcdBackendProps.Builder |
password(String password)
Sets the value of
EtcdBackendProps.getPassword() |
EtcdBackendProps.Builder |
path(String path)
Sets the value of
EtcdBackendProps.getPath() |
EtcdBackendProps.Builder |
username(String username)
Sets the value of
EtcdBackendProps.getUsername() |
@Stability(value=Experimental) public EtcdBackendProps.Builder endpoints(String endpoints)
EtcdBackendProps.getEndpoints()
endpoints
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public EtcdBackendProps.Builder path(String path)
EtcdBackendProps.getPath()
path
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public EtcdBackendProps.Builder password(String password)
EtcdBackendProps.getPassword()
password
- the value to be set.this
@Stability(value=Experimental) public EtcdBackendProps.Builder username(String username)
EtcdBackendProps.getUsername()
username
- the value to be set.this
@Stability(value=Experimental) public EtcdBackendProps build()
build
in interface software.amazon.jsii.Builder<EtcdBackendProps>
EtcdBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.