JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class DeleteCustomDBEngineVersionRequest

    • Constructor Detail

      • DeleteCustomDBEngineVersionRequest

        public DeleteCustomDBEngineVersionRequest()
    • Method Detail

      • setEngine

        public void setEngine(String engine)

        The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        Parameters:
        engine - The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

      • getEngine

        public String getEngine()

        The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        Returns:
        The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

      • withEngine

        public DeleteCustomDBEngineVersionRequest withEngine(String engine)

        The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        Parameters:
        engine - The database engine. RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEngineVersion

        public void setEngineVersion(String engineVersion)

        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

        Parameters:
        engineVersion - The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
      • getEngineVersion

        public String getEngineVersion()

        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

        Returns:
        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
      • withEngineVersion

        public DeleteCustomDBEngineVersionRequest withEngineVersion(String engineVersion)

        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

        Parameters:
        engineVersion - The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /