@Stability(value=Experimental) public static final class DataTerraformRemoteStateEtcdV3Config.Builder extends Object implements software.amazon.jsii.Builder<DataTerraformRemoteStateEtcdV3Config>
DataTerraformRemoteStateEtcdV3Config
Constructor and Description |
---|
Builder() |
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder defaults(Map<String,? extends Object> defaults)
DataTerraformRemoteStateConfig.getDefaults()
defaults
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder workspace(String workspace)
DataTerraformRemoteStateConfig.getWorkspace()
workspace
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder endpoints(List<String> endpoints)
EtcdV3BackendProps.getEndpoints()
endpoints
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder cacertPath(String cacertPath)
EtcdV3BackendProps.getCacertPath()
cacertPath
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder certPath(String certPath)
EtcdV3BackendProps.getCertPath()
certPath
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder keyPath(String keyPath)
EtcdV3BackendProps.getKeyPath()
keyPath
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder lock(Boolean lock)
EtcdV3BackendProps.getLock()
lock
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder password(String password)
EtcdV3BackendProps.getPassword()
password
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder prefix(String prefix)
EtcdV3BackendProps.getPrefix()
prefix
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config.Builder username(String username)
EtcdV3BackendProps.getUsername()
username
- the value to be set.this
@Stability(value=Experimental) public DataTerraformRemoteStateEtcdV3Config build()
build
in interface software.amazon.jsii.Builder<DataTerraformRemoteStateEtcdV3Config>
DataTerraformRemoteStateEtcdV3Config
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.