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