@Stability(value=Experimental) public static final class PgBackendConfig.Builder extends Object implements software.amazon.jsii.Builder<PgBackendConfig>
PgBackendConfig
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PgBackendConfig |
build()
Builds the configured instance.
|
PgBackendConfig.Builder |
connStr(String connStr)
Sets the value of
PgBackendConfig.getConnStr() |
PgBackendConfig.Builder |
schemaName(String schemaName)
Sets the value of
PgBackendConfig.getSchemaName() |
PgBackendConfig.Builder |
skipSchemaCreation(Boolean skipSchemaCreation)
Sets the value of
PgBackendConfig.getSkipSchemaCreation() |
@Stability(value=Experimental) public PgBackendConfig.Builder connStr(String connStr)
PgBackendConfig.getConnStr()
connStr
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public PgBackendConfig.Builder schemaName(String schemaName)
PgBackendConfig.getSchemaName()
schemaName
- the value to be set.this
@Stability(value=Experimental) public PgBackendConfig.Builder skipSchemaCreation(Boolean skipSchemaCreation)
PgBackendConfig.getSkipSchemaCreation()
skipSchemaCreation
- the value to be set.this
@Stability(value=Experimental) public PgBackendConfig build()
build
in interface software.amazon.jsii.Builder<PgBackendConfig>
PgBackendConfig
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.