Uses of Class
com.hashicorp.cdktf.PgBackendConfig.Builder
Packages that use PgBackendConfig.Builder
-
Uses of PgBackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return PgBackendConfig.BuilderModifier and TypeMethodDescriptionstatic PgBackendConfig.BuilderPgBackendConfig.builder()Sets the value ofPgBackendConfig.getConnStr()PgBackendConfig.Builder.schemaName(String schemaName) Sets the value ofPgBackendConfig.getSchemaName()PgBackendConfig.Builder.skipIndexCreation(Boolean skipIndexCreation) Sets the value ofPgBackendConfig.getSkipIndexCreation()PgBackendConfig.Builder.skipSchemaCreation(Boolean skipSchemaCreation) Sets the value ofPgBackendConfig.getSkipSchemaCreation()PgBackendConfig.Builder.skipTableCreation(Boolean skipTableCreation) Sets the value ofPgBackendConfig.getSkipTableCreation()Constructors in com.hashicorp.cdktf with parameters of type PgBackendConfig.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PgBackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by thePgBackendConfig.Builder.