@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomDbEngineVersionRequest extends RdsRequest implements ToCopyableBuilder<CreateCustomDbEngineVersionRequest.Builder,CreateCustomDbEngineVersionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateCustomDbEngineVersionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateCustomDbEngineVersionRequest.Builder |
builder() |
String |
databaseInstallationFilesS3BucketName()
The name of an Amazon S3 bucket that contains database installation files for your CEV.
|
String |
databaseInstallationFilesS3Prefix()
The Amazon S3 directory that contains the database installation files for your CEV.
|
String |
description()
An optional description of your CEV.
|
String |
engine()
The database engine to use for your custom engine version (CEV).
|
String |
engineVersion()
The name of your CEV.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
imageId()
The ID of the Amazon Machine Image (AMI).
|
String |
kmsKeyId()
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
String |
manifest()
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomDbEngineVersionRequest.Builder> |
serializableBuilderClass() |
String |
sourceCustomDbEngineVersionIdentifier()
Reserved for future use.
|
List<Tag> |
tags()
Returns the value of the Tags property for this object.
|
CreateCustomDbEngineVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useAwsProvidedLatestImage()
Reserved for future use.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String engine()
The database engine to use for your custom engine version (CEV). The only supported value is
custom-oracle-ee
.
custom-oracle-ee
.public final 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.
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.public final 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
.
my-custom-installation-files
.public final 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.
123456789012/cev1
. If this setting isn't specified, no prefix is assumed.public final String imageId()
The ID of the Amazon Machine Image (AMI). For RDS Custom for SQL Server, an AMI ID is required to create a CEV. For RDS Custom for Oracle, the default is the most recent AMI available, but you can specify an AMI ID that was used in a different Oracle CEV. Find the AMIs used by your CEVs by calling the DescribeDBEngineVersions operation.
public final 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.
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.
public final String description()
An optional description of your CEV.
public final 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.
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.
public final boolean hasTags()
isEmpty()
method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags()
method.
public final String sourceCustomDbEngineVersionIdentifier()
Reserved for future use.
public final Boolean useAwsProvidedLatestImage()
Reserved for future use.
public CreateCustomDbEngineVersionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateCustomDbEngineVersionRequest.Builder,CreateCustomDbEngineVersionRequest>
toBuilder
in class RdsRequest
public static CreateCustomDbEngineVersionRequest.Builder builder()
public static Class<? extends CreateCustomDbEngineVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.