@Stability(value=Stable) public static final class PostgresEngineFeatures.Builder extends Object implements software.amazon.jsii.Builder<PostgresEngineFeatures>
PostgresEngineFeatures| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PostgresEngineFeatures |
build()
Builds the configured instance.
|
PostgresEngineFeatures.Builder |
s3Export(Boolean s3Export)
Sets the value of
PostgresEngineFeatures.getS3Export() |
PostgresEngineFeatures.Builder |
s3Import(Boolean s3Import)
Sets the value of
PostgresEngineFeatures.getS3Import() |
@Stability(value=Stable) public PostgresEngineFeatures.Builder s3Export(Boolean s3Export)
PostgresEngineFeatures.getS3Export()s3Export - Whether this version of the Postgres engine supports the S3 data export feature.this@Stability(value=Stable) public PostgresEngineFeatures.Builder s3Import(Boolean s3Import)
PostgresEngineFeatures.getS3Import()s3Import - Whether this version of the Postgres engine supports the S3 data import feature.this@Stability(value=Stable) public PostgresEngineFeatures build()
build in interface software.amazon.jsii.Builder<PostgresEngineFeatures>PostgresEngineFeaturesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.