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