public static interface CreateCustomDbEngineVersionRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomDbEngineVersionRequest.Builder,CreateCustomDbEngineVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomDbEngineVersionRequest.Builder |
databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of an Amazon S3 bucket that contains database installation files for your CEV.
|
CreateCustomDbEngineVersionRequest.Builder |
databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files for your CEV.
|
CreateCustomDbEngineVersionRequest.Builder |
description(String description)
An optional description of your CEV.
|
CreateCustomDbEngineVersionRequest.Builder |
engine(String engine)
The database engine to use for your custom engine version (CEV).
|
CreateCustomDbEngineVersionRequest.Builder |
engineVersion(String engineVersion)
The name of your CEV.
|
CreateCustomDbEngineVersionRequest.Builder |
imageId(String imageId)
The ID of the AMI.
|
CreateCustomDbEngineVersionRequest.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
CreateCustomDbEngineVersionRequest.Builder |
manifest(String manifest)
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
|
CreateCustomDbEngineVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomDbEngineVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomDbEngineVersionRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateCustomDbEngineVersionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateCustomDbEngineVersionRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomDbEngineVersionRequest.Builder engine(String engine)
The database engine to use for your custom engine version (CEV). The only supported value is
custom-oracle-ee.
engine - The database engine to use for your custom engine version (CEV). The only supported value is
custom-oracle-ee.CreateCustomDbEngineVersionRequest.Builder engineVersion(String engineVersion)
The name of your CEV. The name format is 19.customized_string. For example, a valid CEV name is
19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The
combination of Engine and EngineVersion is unique per customer per Region.
engineVersion - The name of your CEV. The name format is 19.customized_string. For example, a valid CEV name is
19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon
RDS. The combination of Engine and EngineVersion is unique per customer per
Region.CreateCustomDbEngineVersionRequest.Builder databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a valid
bucket name is my-custom-installation-files.
databaseInstallationFilesS3BucketName - The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a
valid bucket name is my-custom-installation-files.CreateCustomDbEngineVersionRequest.Builder databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid
bucket name is 123456789012/cev1. If this setting isn't specified, no prefix is assumed.
databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files for your CEV. For example, a
valid bucket name is 123456789012/cev1. If this setting isn't specified, no prefix is
assumed.CreateCustomDbEngineVersionRequest.Builder imageId(String imageId)
The ID of the AMI. An AMI ID is required to create a CEV for RDS Custom for SQL Server.
imageId - The ID of the AMI. An AMI ID is required to create a CEV for RDS Custom for SQL Server.CreateCustomDbEngineVersionRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS.
If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in Creating a symmetric encryption KMS key in the Amazon Web Services Key Management Service Developer Guide.
You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.
kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is
required for RDS Custom, but optional for Amazon RDS.
If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in Creating a symmetric encryption KMS key in the Amazon Web Services Key Management Service Developer Guide.
You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.
CreateCustomDbEngineVersionRequest.Builder description(String description)
An optional description of your CEV.
description - An optional description of your CEV.CreateCustomDbEngineVersionRequest.Builder manifest(String manifest)
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed.
The following JSON fields are valid:
Version of the CEV manifest. The date is in the format YYYY-MM-DD.
Ordered list of installation files for the CEV.
Ordered list of OPatch installers used for the Oracle DB engine.
The PSU and RU patches for this CEV.
The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.
For more information, see Creating the CEV manifest in the Amazon RDS User Guide.
manifest - The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon
S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the
order in which they are listed.
The following JSON fields are valid:
Version of the CEV manifest. The date is in the format YYYY-MM-DD.
Ordered list of installation files for the CEV.
Ordered list of OPatch installers used for the Oracle DB engine.
The PSU and RU patches for this CEV.
The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.
For more information, see Creating the CEV manifest in the Amazon RDS User Guide.
CreateCustomDbEngineVersionRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateCustomDbEngineVersionRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateCustomDbEngineVersionRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateCustomDbEngineVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomDbEngineVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.