@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomDBEngineVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCustomDBEngineVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCustomDBEngineVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseInstallationFilesS3BucketName()
The name of an Amazon S3 bucket that contains database installation files for your CEV.
|
String |
getDatabaseInstallationFilesS3Prefix()
The Amazon S3 directory that contains the database installation files for your CEV.
|
String |
getDescription()
An optional description of your CEV.
|
String |
getEngine()
The database engine to use for your custom engine version (CEV).
|
String |
getEngineVersion()
The name of your CEV.
|
String |
getImageId()
The ID of the Amazon Machine Image (AMI).
|
String |
getKMSKeyId()
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
String |
getManifest()
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
|
List<Tag> |
getTags() |
int |
hashCode() |
void |
setDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of an Amazon S3 bucket that contains database installation files for your CEV.
|
void |
setDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files for your CEV.
|
void |
setDescription(String description)
An optional description of your CEV.
|
void |
setEngine(String engine)
The database engine to use for your custom engine version (CEV).
|
void |
setEngineVersion(String engineVersion)
The name of your CEV.
|
void |
setImageId(String imageId)
The ID of the Amazon Machine Image (AMI).
|
void |
setKMSKeyId(String kMSKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
void |
setManifest(String manifest)
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
CreateCustomDBEngineVersionRequest |
withDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of an Amazon S3 bucket that contains database installation files for your CEV.
|
CreateCustomDBEngineVersionRequest |
withDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files for your CEV.
|
CreateCustomDBEngineVersionRequest |
withDescription(String description)
An optional description of your CEV.
|
CreateCustomDBEngineVersionRequest |
withEngine(String engine)
The database engine to use for your custom engine version (CEV).
|
CreateCustomDBEngineVersionRequest |
withEngineVersion(String engineVersion)
The name of your CEV.
|
CreateCustomDBEngineVersionRequest |
withImageId(String imageId)
The ID of the Amazon Machine Image (AMI).
|
CreateCustomDBEngineVersionRequest |
withKMSKeyId(String kMSKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
CreateCustomDBEngineVersionRequest |
withManifest(String manifest)
The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3.
|
CreateCustomDBEngineVersionRequest |
withTags(Collection<Tag> tags) |
CreateCustomDBEngineVersionRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEngine(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
.public String getEngine()
The database engine to use for your custom engine version (CEV). The only supported value is
custom-oracle-ee
.
custom-oracle-ee
.public CreateCustomDBEngineVersionRequest withEngine(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
.public void setEngineVersion(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.public String getEngineVersion()
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 CreateCustomDBEngineVersionRequest withEngineVersion(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.public void setDatabaseInstallationFilesS3BucketName(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
.public String getDatabaseInstallationFilesS3BucketName()
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 CreateCustomDBEngineVersionRequest withDatabaseInstallationFilesS3BucketName(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
.public void setDatabaseInstallationFilesS3Prefix(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.public String getDatabaseInstallationFilesS3Prefix()
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 CreateCustomDBEngineVersionRequest withDatabaseInstallationFilesS3Prefix(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.public void setImageId(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.
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 String getImageId()
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 CreateCustomDBEngineVersionRequest withImageId(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.
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 void setKMSKeyId(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.
public String getKMSKeyId()
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 CreateCustomDBEngineVersionRequest withKMSKeyId(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.
public void setDescription(String description)
An optional description of your CEV.
description
- An optional description of your CEV.public String getDescription()
An optional description of your CEV.
public CreateCustomDBEngineVersionRequest withDescription(String description)
An optional description of your CEV.
description
- An optional description of your CEV.public void setManifest(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.
public String getManifest()
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 CreateCustomDBEngineVersionRequest withManifest(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.
public void setTags(Collection<Tag> tags)
tags
- public CreateCustomDBEngineVersionRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public CreateCustomDBEngineVersionRequest withTags(Collection<Tag> tags)
tags
- public String toString()
toString
in class Object
Object.toString()
public CreateCustomDBEngineVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()