@Stability(value=Stable) public static final class InstanceEngineFeatures.Builder extends Object implements software.amazon.jsii.Builder<InstanceEngineFeatures>
InstanceEngineFeatures| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InstanceEngineFeatures |
build()
Builds the configured instance.
|
InstanceEngineFeatures.Builder |
s3Export(String s3Export)
Sets the value of
InstanceEngineFeatures.getS3Export() |
InstanceEngineFeatures.Builder |
s3Import(String s3Import)
Sets the value of
InstanceEngineFeatures.getS3Import() |
@Stability(value=Stable) public InstanceEngineFeatures.Builder s3Export(String s3Export)
InstanceEngineFeatures.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=Stable) public InstanceEngineFeatures.Builder s3Import(String s3Import)
InstanceEngineFeatures.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=Stable) public InstanceEngineFeatures build()
build in interface software.amazon.jsii.Builder<InstanceEngineFeatures>InstanceEngineFeaturesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.