public static interface ModifyCustomDbEngineVersionResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyCustomDbEngineVersionResponse.Builder,ModifyCustomDbEngineVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyCustomDbEngineVersionResponse.Builder |
createTime(Instant createTime)
The creation time of the DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of the Amazon S3 bucket that contains your database installation files.
|
ModifyCustomDbEngineVersionResponse.Builder |
databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files.
|
ModifyCustomDbEngineVersionResponse.Builder |
dbEngineDescription(String dbEngineDescription)
The description of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
dbEngineVersionArn(String dbEngineVersionArn)
The ARN of the custom engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
dbEngineVersionDescription(String dbEngineVersionDescription)
The description of the database engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily)
The name of the DB parameter group family for the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
defaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if the
CharacterSetName
parameter of the CreateDBInstance API isn't specified. |
default ModifyCustomDbEngineVersionResponse.Builder |
defaultCharacterSet(Consumer<CharacterSet.Builder> defaultCharacterSet)
The default character set for new instances of this engine version, if the
CharacterSetName
parameter of the CreateDBInstance API isn't specified. |
ModifyCustomDbEngineVersionResponse.Builder |
engine(String engine)
The name of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
engineVersion(String engineVersion)
The version number of the database engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
exportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
ModifyCustomDbEngineVersionResponse.Builder |
exportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
ModifyCustomDbEngineVersionResponse.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
ModifyCustomDbEngineVersionResponse.Builder |
majorEngineVersion(String majorEngineVersion)
The major engine version of the CEV.
|
ModifyCustomDbEngineVersionResponse.Builder |
status(String status)
The status of the DB engine version, either
available or deprecated. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedCharacterSets(Consumer<CharacterSet.Builder>... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedEngineModes(Collection<String> supportedEngineModes)
A list of the supported DB engine modes.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportedEngineModes(String... supportedEngineModes)
A list of the supported DB engine modes.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportedFeatureNames(Collection<String> supportedFeatureNames)
A list of features supported by the DB engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportedFeatureNames(String... supportedFeatureNames)
A list of features supported by the DB engine.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedNcharCharacterSets(Consumer<CharacterSet.Builder>... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedTimezones(Consumer<Timezone.Builder>... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
ModifyCustomDbEngineVersionResponse.Builder |
supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
ModifyCustomDbEngineVersionResponse.Builder |
supportsBabelfish(Boolean supportsBabelfish)
A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportsGlobalDatabases(Boolean supportsGlobalDatabases)
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportsParallelQuery(Boolean supportsParallelQuery)
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
|
ModifyCustomDbEngineVersionResponse.Builder |
supportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
|
ModifyCustomDbEngineVersionResponse.Builder |
tagList(Collection<Tag> tagList)
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
tagList(Consumer<Tag.Builder>... tagList)
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
tagList(Tag... tagList)
Sets the value of the TagList property for this object.
|
ModifyCustomDbEngineVersionResponse.Builder |
validUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
ModifyCustomDbEngineVersionResponse.Builder |
validUpgradeTarget(Consumer<UpgradeTarget.Builder>... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
ModifyCustomDbEngineVersionResponse.Builder |
validUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyCustomDbEngineVersionResponse.Builder engine(String engine)
The name of the database engine.
engine - The name of the database engine.ModifyCustomDbEngineVersionResponse.Builder engineVersion(String engineVersion)
The version number of the database engine.
engineVersion - The version number of the database engine.ModifyCustomDbEngineVersionResponse.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The name of the DB parameter group family for the database engine.
dbParameterGroupFamily - The name of the DB parameter group family for the database engine.ModifyCustomDbEngineVersionResponse.Builder dbEngineDescription(String dbEngineDescription)
The description of the database engine.
dbEngineDescription - The description of the database engine.ModifyCustomDbEngineVersionResponse.Builder dbEngineVersionDescription(String dbEngineVersionDescription)
The description of the database engine version.
dbEngineVersionDescription - The description of the database engine version.ModifyCustomDbEngineVersionResponse.Builder defaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if the CharacterSetName
parameter of the CreateDBInstance API isn't specified.
defaultCharacterSet - The default character set for new instances of this engine version, if the
CharacterSetName parameter of the CreateDBInstance API isn't specified.default ModifyCustomDbEngineVersionResponse.Builder defaultCharacterSet(Consumer<CharacterSet.Builder> defaultCharacterSet)
The default character set for new instances of this engine version, if the CharacterSetName
parameter of the CreateDBInstance API isn't specified.
CharacterSet.Builder avoiding the need
to create one manually via CharacterSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultCharacterSet(CharacterSet).
defaultCharacterSet - a consumer that will call methods on CharacterSet.BuilderdefaultCharacterSet(CharacterSet)ModifyCustomDbEngineVersionResponse.Builder supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter
of the CreateDBInstance operation.ModifyCustomDbEngineVersionResponse.Builder supportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
supportedCharacterSets - A list of the character sets supported by this engine for the CharacterSetName parameter
of the CreateDBInstance operation.ModifyCustomDbEngineVersionResponse.Builder supportedCharacterSets(Consumer<CharacterSet.Builder>... supportedCharacterSets)
A list of the character sets supported by this engine for the CharacterSetName parameter of the
CreateDBInstance operation.
CharacterSet.Builder avoiding the need to create one
manually via CharacterSet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #supportedCharacterSets(List.
supportedCharacterSets - a consumer that will call methods on
CharacterSet.Builder#supportedCharacterSets(java.util.Collection) ModifyCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName parameter of the CreateDBInstance operation.ModifyCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
supportedNcharCharacterSets - A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName parameter of the CreateDBInstance operation.ModifyCustomDbEngineVersionResponse.Builder supportedNcharCharacterSets(Consumer<CharacterSet.Builder>... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName
parameter of the CreateDBInstance operation.
CharacterSet.Builder avoiding the need to create one
manually via CharacterSet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #supportedNcharCharacterSets(List.
supportedNcharCharacterSets - a consumer that will call methods on
CharacterSet.Builder#supportedNcharCharacterSets(java.util.Collection) ModifyCustomDbEngineVersionResponse.Builder validUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.ModifyCustomDbEngineVersionResponse.Builder validUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
validUpgradeTarget - A list of engine versions that this database engine version can be upgraded to.ModifyCustomDbEngineVersionResponse.Builder validUpgradeTarget(Consumer<UpgradeTarget.Builder>... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
This is a convenience method that creates an instance of theUpgradeTarget.Builder avoiding the need to create one
manually via UpgradeTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #validUpgradeTarget(List.
validUpgradeTarget - a consumer that will call methods on
UpgradeTarget.Builder#validUpgradeTarget(java.util.Collection) ModifyCustomDbEngineVersionResponse.Builder supportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.ModifyCustomDbEngineVersionResponse.Builder supportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
supportedTimezones - A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.ModifyCustomDbEngineVersionResponse.Builder supportedTimezones(Consumer<Timezone.Builder>... supportedTimezones)
A list of the time zones supported by this engine for the Timezone parameter of the
CreateDBInstance action.
Timezone.Builder avoiding the need to create one manually
via Timezone.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #supportedTimezones(List.
supportedTimezones - a consumer that will call methods on
Timezone.Builder#supportedTimezones(java.util.Collection) ModifyCustomDbEngineVersionResponse.Builder exportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.ModifyCustomDbEngineVersionResponse.Builder exportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
exportableLogTypes - The types of logs that the database engine has available for export to CloudWatch Logs.ModifyCustomDbEngineVersionResponse.Builder supportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.
supportsLogExportsToCloudwatchLogs - A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.ModifyCustomDbEngineVersionResponse.Builder supportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
supportsReadReplica - Indicates whether the database engine version supports read replicas.ModifyCustomDbEngineVersionResponse.Builder supportedEngineModes(Collection<String> supportedEngineModes)
A list of the supported DB engine modes.
supportedEngineModes - A list of the supported DB engine modes.ModifyCustomDbEngineVersionResponse.Builder supportedEngineModes(String... supportedEngineModes)
A list of the supported DB engine modes.
supportedEngineModes - A list of the supported DB engine modes.ModifyCustomDbEngineVersionResponse.Builder supportedFeatureNames(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.
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.
ModifyCustomDbEngineVersionResponse.Builder supportedFeatureNames(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.
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.
ModifyCustomDbEngineVersionResponse.Builder status(String status)
The status of the DB engine version, either available or deprecated.
status - The status of the DB engine version, either available or deprecated.ModifyCustomDbEngineVersionResponse.Builder supportsParallelQuery(Boolean supportsParallelQuery)
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
supportsParallelQuery - A value that indicates whether you can use Aurora parallel query with a specific DB engine version.ModifyCustomDbEngineVersionResponse.Builder supportsGlobalDatabases(Boolean supportsGlobalDatabases)
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
supportsGlobalDatabases - A value that indicates whether you can use Aurora global databases with a specific DB engine version.ModifyCustomDbEngineVersionResponse.Builder majorEngineVersion(String majorEngineVersion)
The major engine version of the CEV.
majorEngineVersion - The major engine version of the CEV.ModifyCustomDbEngineVersionResponse.Builder databaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of the Amazon S3 bucket that contains your database installation files.
databaseInstallationFilesS3BucketName - The name of the Amazon S3 bucket that contains your database installation files.ModifyCustomDbEngineVersionResponse.Builder databaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.
databaseInstallationFilesS3Prefix - The Amazon S3 directory that contains the database installation files. If not specified, then no
prefix is assumed.ModifyCustomDbEngineVersionResponse.Builder dbEngineVersionArn(String dbEngineVersionArn)
The ARN of the custom engine version.
dbEngineVersionArn - The ARN of the custom engine version.ModifyCustomDbEngineVersionResponse.Builder kmsKeyId(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.
kmsKeyId - The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS
Custom, but optional for Amazon RDS.ModifyCustomDbEngineVersionResponse.Builder createTime(Instant createTime)
The creation time of the DB engine version.
createTime - The creation time of the DB engine version.ModifyCustomDbEngineVersionResponse.Builder tagList(Collection<Tag> tagList)
tagList - The new value for the TagList property for this object.ModifyCustomDbEngineVersionResponse.Builder tagList(Tag... tagList)
tagList - The new value for the TagList property for this object.ModifyCustomDbEngineVersionResponse.Builder tagList(Consumer<Tag.Builder>... tagList)
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 #tagList(List.
tagList - a consumer that will call methods on Tag.Builder#tagList(java.util.Collection) ModifyCustomDbEngineVersionResponse.Builder supportsBabelfish(Boolean supportsBabelfish)
A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
supportsBabelfish - A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.Copyright © 2022. All rights reserved.