@Stability(value=Experimental) public static final class ClusterEngineFeatures.Builder extends Object implements software.amazon.jsii.Builder<ClusterEngineFeatures>
ClusterEngineFeatures| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClusterEngineFeatures |
build()
Builds the configured instance.
|
ClusterEngineFeatures.Builder |
s3Export(String s3Export)
Sets the value of
ClusterEngineFeatures.getS3Export() |
ClusterEngineFeatures.Builder |
s3Import(String s3Import)
Sets the value of
ClusterEngineFeatures.getS3Import() |
@Stability(value=Experimental) public ClusterEngineFeatures.Builder s3Export(String s3Export)
ClusterEngineFeatures.getS3Export()s3Export - Feature name for the DB instance that the IAM role to export to S3 bucket is to be associated with.this@Stability(value=Experimental) public ClusterEngineFeatures.Builder s3Import(String s3Import)
ClusterEngineFeatures.getS3Import()s3Import - Feature name for the DB instance that the IAM role to access the S3 bucket for import is to be associated with.this@Stability(value=Experimental) public ClusterEngineFeatures build()
build in interface software.amazon.jsii.Builder<ClusterEngineFeatures>ClusterEngineFeaturesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.