Class PostgresEngineFeatures.Builder
java.lang.Object
software.amazon.awscdk.services.rds.PostgresEngineFeatures.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PostgresEngineFeatures>
- Enclosing interface:
PostgresEngineFeatures
@Stability(Stable)
public static final class PostgresEngineFeatures.Builder
extends Object
implements software.amazon.jsii.Builder<PostgresEngineFeatures>
A builder for
PostgresEngineFeatures
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofPostgresEngineFeatures.getS3Export()
Sets the value ofPostgresEngineFeatures.getS3Import()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Export
Sets the value ofPostgresEngineFeatures.getS3Export()
- Parameters:
s3Export
- Whether this version of the Postgres engine supports the S3 data export feature.- Returns:
this
-
s3Import
Sets the value ofPostgresEngineFeatures.getS3Import()
- Parameters:
s3Import
- Whether this version of the Postgres engine supports the S3 data import feature.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PostgresEngineFeatures>
- Returns:
- a new instance of
PostgresEngineFeatures
- Throws:
NullPointerException
- if any required attribute was not provided
-