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 CreateCustomDBEngineVersionResult

    • Constructor Detail

      • CreateCustomDBEngineVersionResult

        public CreateCustomDBEngineVersionResult()
    • Method Detail

      • setEngine

        public void setEngine(String engine)

        The name of the database engine.

        Parameters:
        engine - The name of the database engine.
      • getEngine

        public String getEngine()

        The name of the database engine.

        Returns:
        The name of the database engine.
      • withEngine

        public CreateCustomDBEngineVersionResult withEngine(String engine)

        The name of the database engine.

        Parameters:
        engine - The name of the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEngineVersion

        public void setEngineVersion(String engineVersion)

        The version number of the database engine.

        Parameters:
        engineVersion - The version number of the database engine.
      • getEngineVersion

        public String getEngineVersion()

        The version number of the database engine.

        Returns:
        The version number of the database engine.
      • withEngineVersion

        public CreateCustomDBEngineVersionResult withEngineVersion(String engineVersion)

        The version number of the database engine.

        Parameters:
        engineVersion - The version number of the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBParameterGroupFamily

        public void setDBParameterGroupFamily(String dBParameterGroupFamily)

        The name of the DB parameter group family for the database engine.

        Parameters:
        dBParameterGroupFamily - The name of the DB parameter group family for the database engine.
      • getDBParameterGroupFamily

        public String getDBParameterGroupFamily()

        The name of the DB parameter group family for the database engine.

        Returns:
        The name of the DB parameter group family for the database engine.
      • withDBParameterGroupFamily

        public CreateCustomDBEngineVersionResult withDBParameterGroupFamily(String dBParameterGroupFamily)

        The name of the DB parameter group family for the database engine.

        Parameters:
        dBParameterGroupFamily - The name of the DB parameter group family for the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBEngineDescription

        public void setDBEngineDescription(String dBEngineDescription)

        The description of the database engine.

        Parameters:
        dBEngineDescription - The description of the database engine.
      • getDBEngineDescription

        public String getDBEngineDescription()

        The description of the database engine.

        Returns:
        The description of the database engine.
      • withDBEngineDescription

        public CreateCustomDBEngineVersionResult withDBEngineDescription(String dBEngineDescription)

        The description of the database engine.

        Parameters:
        dBEngineDescription - The description of the database engine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBEngineVersionDescription

        public void setDBEngineVersionDescription(String dBEngineVersionDescription)

        The description of the database engine version.

        Parameters:
        dBEngineVersionDescription - The description of the database engine version.
      • getDBEngineVersionDescription

        public String getDBEngineVersionDescription()

        The description of the database engine version.

        Returns:
        The description of the database engine version.
      • withDBEngineVersionDescription

        public CreateCustomDBEngineVersionResult withDBEngineVersionDescription(String dBEngineVersionDescription)

        The description of the database engine version.

        Parameters:
        dBEngineVersionDescription - The description of the database engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDefaultCharacterSet

        public void setDefaultCharacterSet(CharacterSet defaultCharacterSet)

        The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

        Parameters:
        defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.
      • getDefaultCharacterSet

        public CharacterSet getDefaultCharacterSet()

        The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

        Returns:
        The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.
      • withDefaultCharacterSet

        public CreateCustomDBEngineVersionResult withDefaultCharacterSet(CharacterSet defaultCharacterSet)

        The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

        Parameters:
        defaultCharacterSet - The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBEngineMediaType

        public void setDBEngineMediaType(String dBEngineMediaType)

        A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

        Parameters:
        dBEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.
      • getDBEngineMediaType

        public String getDBEngineMediaType()

        A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

        Returns:
        A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.
      • withDBEngineMediaType

        public CreateCustomDBEngineVersionResult withDBEngineMediaType(String dBEngineMediaType)

        A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

        Parameters:
        dBEngineMediaType - A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedCharacterSets

        public List<CharacterSet> getSupportedCharacterSets()

        A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

        Returns:
        A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
      • setSupportedCharacterSets

        public void setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)

        A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

        Parameters:
        supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
      • withSupportedCharacterSets

        public CreateCustomDBEngineVersionResult withSupportedCharacterSets(CharacterSet... supportedCharacterSets)

        A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

        NOTE: This method appends the values to the existing list (if any). Use setSupportedCharacterSets(java.util.Collection) or withSupportedCharacterSets(java.util.Collection) if you want to override the existing values.

        Parameters:
        supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSupportedCharacterSets

        public CreateCustomDBEngineVersionResult withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)

        A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

        Parameters:
        supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedNcharCharacterSets

        public List<CharacterSet> getSupportedNcharCharacterSets()

        A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

        Returns:
        A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.
      • setSupportedNcharCharacterSets

        public void setSupportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)

        A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

        Parameters:
        supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.
      • withSupportedNcharCharacterSets

        public CreateCustomDBEngineVersionResult withSupportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)

        A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

        NOTE: This method appends the values to the existing list (if any). Use setSupportedNcharCharacterSets(java.util.Collection) or withSupportedNcharCharacterSets(java.util.Collection) if you want to override the existing values.

        Parameters:
        supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSupportedNcharCharacterSets

        public CreateCustomDBEngineVersionResult withSupportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)

        A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

        Parameters:
        supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getValidUpgradeTarget

        public List<UpgradeTarget> getValidUpgradeTarget()

        A list of engine versions that this database engine version can be upgraded to.

        Returns:
        A list of engine versions that this database engine version can be upgraded to.
      • setValidUpgradeTarget

        public void setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)

        A list of engine versions that this database engine version can be upgraded to.

        Parameters:
        validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.
      • withValidUpgradeTarget

        public CreateCustomDBEngineVersionResult withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)

        A list of engine versions that this database engine version can be upgraded to.

        Parameters:
        validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedTimezones

        public List<Timezone> getSupportedTimezones()

        A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

        Returns:
        A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
      • setSupportedTimezones

        public void setSupportedTimezones(Collection<Timezone> supportedTimezones)

        A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

        Parameters:
        supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
      • withSupportedTimezones

        public CreateCustomDBEngineVersionResult withSupportedTimezones(Timezone... supportedTimezones)

        A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

        NOTE: This method appends the values to the existing list (if any). Use setSupportedTimezones(java.util.Collection) or withSupportedTimezones(java.util.Collection) if you want to override the existing values.

        Parameters:
        supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSupportedTimezones

        public CreateCustomDBEngineVersionResult withSupportedTimezones(Collection<Timezone> supportedTimezones)

        A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

        Parameters:
        supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getExportableLogTypes

        public List<String> getExportableLogTypes()

        The types of logs that the database engine has available for export to CloudWatch Logs.

        Returns:
        The types of logs that the database engine has available for export to CloudWatch Logs.
      • setExportableLogTypes

        public void setExportableLogTypes(Collection<String> exportableLogTypes)

        The types of logs that the database engine has available for export to CloudWatch Logs.

        Parameters:
        exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.
      • withExportableLogTypes

        public CreateCustomDBEngineVersionResult withExportableLogTypes(Collection<String> exportableLogTypes)

        The types of logs that the database engine has available for export to CloudWatch Logs.

        Parameters:
        exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSupportsLogExportsToCloudwatchLogs

        public void setSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)

        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

        Parameters:
        supportsLogExportsToCloudwatchLogs - Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
      • getSupportsLogExportsToCloudwatchLogs

        public Boolean getSupportsLogExportsToCloudwatchLogs()

        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

        Returns:
        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
      • withSupportsLogExportsToCloudwatchLogs

        public CreateCustomDBEngineVersionResult withSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)

        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

        Parameters:
        supportsLogExportsToCloudwatchLogs - Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsLogExportsToCloudwatchLogs

        public Boolean isSupportsLogExportsToCloudwatchLogs()

        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

        Returns:
        Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
      • setSupportsReadReplica

        public void setSupportsReadReplica(Boolean supportsReadReplica)

        Indicates whether the database engine version supports read replicas.

        Parameters:
        supportsReadReplica - Indicates whether the database engine version supports read replicas.
      • getSupportsReadReplica

        public Boolean getSupportsReadReplica()

        Indicates whether the database engine version supports read replicas.

        Returns:
        Indicates whether the database engine version supports read replicas.
      • withSupportsReadReplica

        public CreateCustomDBEngineVersionResult withSupportsReadReplica(Boolean supportsReadReplica)

        Indicates whether the database engine version supports read replicas.

        Parameters:
        supportsReadReplica - Indicates whether the database engine version supports read replicas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsReadReplica

        public Boolean isSupportsReadReplica()

        Indicates whether the database engine version supports read replicas.

        Returns:
        Indicates whether the database engine version supports read replicas.
      • getSupportedEngineModes

        public List<String> getSupportedEngineModes()

        A list of the supported DB engine modes.

        Returns:
        A list of the supported DB engine modes.
      • setSupportedEngineModes

        public void setSupportedEngineModes(Collection<String> supportedEngineModes)

        A list of the supported DB engine modes.

        Parameters:
        supportedEngineModes - A list of the supported DB engine modes.
      • withSupportedEngineModes

        public CreateCustomDBEngineVersionResult withSupportedEngineModes(Collection<String> supportedEngineModes)

        A list of the supported DB engine modes.

        Parameters:
        supportedEngineModes - A list of the supported DB engine modes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedFeatureNames

        public List<String> getSupportedFeatureNames()

        A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

        Returns:
        A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

      • setSupportedFeatureNames

        public void setSupportedFeatureNames(Collection<String> supportedFeatureNames)

        A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

        Parameters:
        supportedFeatureNames - A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

      • withSupportedFeatureNames

        public CreateCustomDBEngineVersionResult withSupportedFeatureNames(String... supportedFeatureNames)

        A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

        NOTE: This method appends the values to the existing list (if any). Use setSupportedFeatureNames(java.util.Collection) or withSupportedFeatureNames(java.util.Collection) if you want to override the existing values.

        Parameters:
        supportedFeatureNames - A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

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

        public CreateCustomDBEngineVersionResult withSupportedFeatureNames(Collection<String> supportedFeatureNames)

        A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

        Parameters:
        supportedFeatureNames - A list of features supported by the DB engine.

        The supported features vary by DB engine and DB engine version.

        To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

        For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

        aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

        The supported features are listed under SupportedFeatureNames in the output.

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

        public void setStatus(String status)

        The status of the DB engine version, either available or deprecated.

        Parameters:
        status - The status of the DB engine version, either available or deprecated.
      • getStatus

        public String getStatus()

        The status of the DB engine version, either available or deprecated.

        Returns:
        The status of the DB engine version, either available or deprecated.
      • withStatus

        public CreateCustomDBEngineVersionResult withStatus(String status)

        The status of the DB engine version, either available or deprecated.

        Parameters:
        status - The status of the DB engine version, either available or deprecated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSupportsParallelQuery

        public void setSupportsParallelQuery(Boolean supportsParallelQuery)

        Indicates whether you can use Aurora parallel query with a specific DB engine version.

        Parameters:
        supportsParallelQuery - Indicates whether you can use Aurora parallel query with a specific DB engine version.
      • getSupportsParallelQuery

        public Boolean getSupportsParallelQuery()

        Indicates whether you can use Aurora parallel query with a specific DB engine version.

        Returns:
        Indicates whether you can use Aurora parallel query with a specific DB engine version.
      • withSupportsParallelQuery

        public CreateCustomDBEngineVersionResult withSupportsParallelQuery(Boolean supportsParallelQuery)

        Indicates whether you can use Aurora parallel query with a specific DB engine version.

        Parameters:
        supportsParallelQuery - Indicates whether you can use Aurora parallel query with a specific DB engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsParallelQuery

        public Boolean isSupportsParallelQuery()

        Indicates whether you can use Aurora parallel query with a specific DB engine version.

        Returns:
        Indicates whether you can use Aurora parallel query with a specific DB engine version.
      • setSupportsGlobalDatabases

        public void setSupportsGlobalDatabases(Boolean supportsGlobalDatabases)

        Indicates whether you can use Aurora global databases with a specific DB engine version.

        Parameters:
        supportsGlobalDatabases - Indicates whether you can use Aurora global databases with a specific DB engine version.
      • getSupportsGlobalDatabases

        public Boolean getSupportsGlobalDatabases()

        Indicates whether you can use Aurora global databases with a specific DB engine version.

        Returns:
        Indicates whether you can use Aurora global databases with a specific DB engine version.
      • withSupportsGlobalDatabases

        public CreateCustomDBEngineVersionResult withSupportsGlobalDatabases(Boolean supportsGlobalDatabases)

        Indicates whether you can use Aurora global databases with a specific DB engine version.

        Parameters:
        supportsGlobalDatabases - Indicates whether you can use Aurora global databases with a specific DB engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsGlobalDatabases

        public Boolean isSupportsGlobalDatabases()

        Indicates whether you can use Aurora global databases with a specific DB engine version.

        Returns:
        Indicates whether you can use Aurora global databases with a specific DB engine version.
      • setMajorEngineVersion

        public void setMajorEngineVersion(String majorEngineVersion)

        The major engine version of the CEV.

        Parameters:
        majorEngineVersion - The major engine version of the CEV.
      • getMajorEngineVersion

        public String getMajorEngineVersion()

        The major engine version of the CEV.

        Returns:
        The major engine version of the CEV.
      • withMajorEngineVersion

        public CreateCustomDBEngineVersionResult withMajorEngineVersion(String majorEngineVersion)

        The major engine version of the CEV.

        Parameters:
        majorEngineVersion - The major engine version of the CEV.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseInstallationFilesS3BucketName

        public void setDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)

        The name of the Amazon S3 bucket that contains your database installation files.

        Parameters:
        databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.
      • getDatabaseInstallationFilesS3BucketName

        public String getDatabaseInstallationFilesS3BucketName()

        The name of the Amazon S3 bucket that contains your database installation files.

        Returns:
        The name of the Amazon S3 bucket that contains your database installation files.
      • withDatabaseInstallationFilesS3BucketName

        public CreateCustomDBEngineVersionResult withDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)

        The name of the Amazon S3 bucket that contains your database installation files.

        Parameters:
        databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDatabaseInstallationFilesS3Prefix

        public void setDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)

        The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

        Parameters:
        databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
      • getDatabaseInstallationFilesS3Prefix

        public String getDatabaseInstallationFilesS3Prefix()

        The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

        Returns:
        The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
      • withDatabaseInstallationFilesS3Prefix

        public CreateCustomDBEngineVersionResult withDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)

        The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

        Parameters:
        databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBEngineVersionArn

        public void setDBEngineVersionArn(String dBEngineVersionArn)

        The ARN of the custom engine version.

        Parameters:
        dBEngineVersionArn - The ARN of the custom engine version.
      • getDBEngineVersionArn

        public String getDBEngineVersionArn()

        The ARN of the custom engine version.

        Returns:
        The ARN of the custom engine version.
      • withDBEngineVersionArn

        public CreateCustomDBEngineVersionResult withDBEngineVersionArn(String dBEngineVersionArn)

        The ARN of the custom engine version.

        Parameters:
        dBEngineVersionArn - The ARN of the custom engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKMSKeyId

        public void setKMSKeyId(String kMSKeyId)

        The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

        Parameters:
        kMSKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
      • getKMSKeyId

        public String getKMSKeyId()

        The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

        Returns:
        The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
      • withKMSKeyId

        public CreateCustomDBEngineVersionResult withKMSKeyId(String kMSKeyId)

        The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

        Parameters:
        kMSKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreateTime

        public void setCreateTime(Date createTime)

        The creation time of the DB engine version.

        Parameters:
        createTime - The creation time of the DB engine version.
      • getCreateTime

        public Date getCreateTime()

        The creation time of the DB engine version.

        Returns:
        The creation time of the DB engine version.
      • withCreateTime

        public CreateCustomDBEngineVersionResult withCreateTime(Date createTime)

        The creation time of the DB engine version.

        Parameters:
        createTime - The creation time of the DB engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTagList

        public List<Tag> getTagList()
        Returns:
      • setTagList

        public void setTagList(Collection<Tag> tagList)
        Parameters:
        tagList -
      • setSupportsBabelfish

        public void setSupportsBabelfish(Boolean supportsBabelfish)

        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

        Parameters:
        supportsBabelfish - Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
      • getSupportsBabelfish

        public Boolean getSupportsBabelfish()

        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

        Returns:
        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
      • withSupportsBabelfish

        public CreateCustomDBEngineVersionResult withSupportsBabelfish(Boolean supportsBabelfish)

        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

        Parameters:
        supportsBabelfish - Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsBabelfish

        public Boolean isSupportsBabelfish()

        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

        Returns:
        Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
      • setCustomDBEngineVersionManifest

        public void setCustomDBEngineVersionManifest(String customDBEngineVersionManifest)

        JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

        Parameters:
        customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
      • getCustomDBEngineVersionManifest

        public String getCustomDBEngineVersionManifest()

        JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

        Returns:
        JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
      • withCustomDBEngineVersionManifest

        public CreateCustomDBEngineVersionResult withCustomDBEngineVersionManifest(String customDBEngineVersionManifest)

        JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

        Parameters:
        customDBEngineVersionManifest - JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSupportsLimitlessDatabase

        public void setSupportsLimitlessDatabase(Boolean supportsLimitlessDatabase)

        Indicates whether the DB engine version supports Aurora Limitless Database.

        Parameters:
        supportsLimitlessDatabase - Indicates whether the DB engine version supports Aurora Limitless Database.
      • getSupportsLimitlessDatabase

        public Boolean getSupportsLimitlessDatabase()

        Indicates whether the DB engine version supports Aurora Limitless Database.

        Returns:
        Indicates whether the DB engine version supports Aurora Limitless Database.
      • withSupportsLimitlessDatabase

        public CreateCustomDBEngineVersionResult withSupportsLimitlessDatabase(Boolean supportsLimitlessDatabase)

        Indicates whether the DB engine version supports Aurora Limitless Database.

        Parameters:
        supportsLimitlessDatabase - Indicates whether the DB engine version supports Aurora Limitless Database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsLimitlessDatabase

        public Boolean isSupportsLimitlessDatabase()

        Indicates whether the DB engine version supports Aurora Limitless Database.

        Returns:
        Indicates whether the DB engine version supports Aurora Limitless Database.
      • setSupportsCertificateRotationWithoutRestart

        public void setSupportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart)

        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

        Parameters:
        supportsCertificateRotationWithoutRestart - Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
      • getSupportsCertificateRotationWithoutRestart

        public Boolean getSupportsCertificateRotationWithoutRestart()

        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

        Returns:
        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
      • withSupportsCertificateRotationWithoutRestart

        public CreateCustomDBEngineVersionResult withSupportsCertificateRotationWithoutRestart(Boolean supportsCertificateRotationWithoutRestart)

        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

        Parameters:
        supportsCertificateRotationWithoutRestart - Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsCertificateRotationWithoutRestart

        public Boolean isSupportsCertificateRotationWithoutRestart()

        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

        Returns:
        Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.
      • setSupportsLocalWriteForwarding

        public void setSupportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding)

        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

        Parameters:
        supportsLocalWriteForwarding - Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

      • getSupportsLocalWriteForwarding

        public Boolean getSupportsLocalWriteForwarding()

        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

        Returns:
        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

      • withSupportsLocalWriteForwarding

        public CreateCustomDBEngineVersionResult withSupportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding)

        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

        Parameters:
        supportsLocalWriteForwarding - Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

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

        public Boolean isSupportsLocalWriteForwarding()

        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

        Returns:
        Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

        Valid for: Aurora DB clusters only

      • setSupportsIntegrations

        public void setSupportsIntegrations(Boolean supportsIntegrations)

        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

        Parameters:
        supportsIntegrations - Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
      • getSupportsIntegrations

        public Boolean getSupportsIntegrations()

        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

        Returns:
        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
      • withSupportsIntegrations

        public CreateCustomDBEngineVersionResult withSupportsIntegrations(Boolean supportsIntegrations)

        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

        Parameters:
        supportsIntegrations - Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSupportsIntegrations

        public Boolean isSupportsIntegrations()

        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

        Returns:
        Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
      • 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 によって変換されたページ (->オリジナル) /