Struct aws_sdk_lightsail::model::relational_database::Builder[][src]

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

A builder for RelationalDatabase

Implementations

The unique name of the database resource in Lightsail.

The unique name of the database resource in Lightsail.

The Amazon Resource Name (ARN) of the database.

The Amazon Resource Name (ARN) of the database.

The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily.

The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily.

The timestamp when the database was created. Formatted in Unix time.

The timestamp when the database was created. Formatted in Unix time.

The Region name and Availability Zone where the database is located.

The Region name and Availability Zone where the database is located.

The Lightsail resource type for the database (for example, RelationalDatabase).

The Lightsail resource type for the database (for example, RelationalDatabase).

Appends an item to tags.

To override the contents of this collection use set_tags.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

The blueprint ID for the database. A blueprint describes the major engine version of a database.

The blueprint ID for the database. A blueprint describes the major engine version of a database.

The bundle ID for the database. A bundle describes the performance specifications for your database.

The bundle ID for the database. A bundle describes the performance specifications for your database.

The name of the master database created when the Lightsail database resource is created.

The name of the master database created when the Lightsail database resource is created.

Describes the hardware of the database.

Describes the hardware of the database.

Describes the current state of the database.

Describes the current state of the database.

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

A Boolean value indicating whether automated backup retention is enabled for the database.

A Boolean value indicating whether automated backup retention is enabled for the database.

Describes pending database value modifications.

Describes pending database value modifications.

The database software (for example, MySQL).

The database software (for example, MySQL).

The database engine version (for example, 5.7.23).

The database engine version (for example, 5.7.23).

The latest point in time to which the database can be restored. Formatted in Unix time.

The latest point in time to which the database can be restored. Formatted in Unix time.

The master user name of the database.

The master user name of the database.

The status of parameter updates for the database.

The status of parameter updates for the database.

The daily time range during which automated backups are created for the database (for example, 16:00-16:30).

The daily time range during which automated backups are created for the database (for example, 16:00-16:30).

The weekly time range during which system maintenance can occur on the database.

In the format ddd:hh24:mi-ddd:hh24:mi. For example, Tue:17:00-Tue:17:30.

The weekly time range during which system maintenance can occur on the database.

In the format ddd:hh24:mi-ddd:hh24:mi. For example, Tue:17:00-Tue:17:30.

A Boolean value indicating whether the database is publicly accessible.

A Boolean value indicating whether the database is publicly accessible.

The master endpoint for the database.

The master endpoint for the database.

Appends an item to pending_maintenance_actions.

To override the contents of this collection use set_pending_maintenance_actions.

Describes the pending maintenance actions for the database.

Describes the pending maintenance actions for the database.

The certificate associated with the database.

The certificate associated with the database.

Consumes the builder and constructs a RelationalDatabase

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

Performs the conversion.

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

Performs the conversion.

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