#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

Implementations

The name of the database engine.

The name of the database engine.

The version number of the database engine.

The version number of the database engine.

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

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

The description of the database engine.

The description of the database engine.

The description of the database engine version.

The description of the database engine version.

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

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

Appends an item to supported_character_sets.

To override the contents of this collection use set_supported_character_sets.

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

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

Appends an item to supported_nchar_character_sets.

To override the contents of this collection use set_supported_nchar_character_sets.

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

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

Appends an item to valid_upgrade_target.

To override the contents of this collection use set_valid_upgrade_target.

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

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

Appends an item to supported_timezones.

To override the contents of this collection use set_supported_timezones.

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

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

Appends an item to exportable_log_types.

To override the contents of this collection use set_exportable_log_types.

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

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

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Indicates whether the database engine version supports read replicas.

Indicates whether the database engine version supports read replicas.

Appends an item to supported_engine_modes.

To override the contents of this collection use set_supported_engine_modes.

A list of the supported DB engine modes.

A list of the supported DB engine modes.

Appends an item to supported_feature_names.

To override the contents of this collection use set_supported_feature_names.

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-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.

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-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.

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

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

A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

A value that indicates whether you can use Aurora global databases with a specific DB engine version.

A value that indicates whether you can use Aurora global databases with a specific DB engine version.

The major engine version of the CEV.

The major engine version of the CEV.

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

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

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

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

The ARN of the custom engine version.

The ARN of the custom engine version.

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

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

The creation time of the DB engine version.

The creation time of the DB engine version.

Appends an item to tag_list.

To override the contents of this collection use set_tag_list.

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

Consumes the builder and constructs a ModifyCustomDbEngineVersionOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more