Struct aws_sdk_timestreaminfluxdb::operation::update_db_instance::builders::UpdateDbInstanceInputBuilder
source · #[non_exhaustive]pub struct UpdateDbInstanceInputBuilder { /* private fields */ }
Expand description
A builder for UpdateDbInstanceInput
.
Implementations§
source§impl UpdateDbInstanceInputBuilder
impl UpdateDbInstanceInputBuilder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The id of the DB instance.
This field is required.sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The id of the DB instance.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The id of the DB instance.
sourcepub fn log_delivery_configuration(self, input: LogDeliveryConfiguration) -> Self
pub fn log_delivery_configuration(self, input: LogDeliveryConfiguration) -> Self
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
sourcepub fn set_log_delivery_configuration(
self,
input: Option<LogDeliveryConfiguration>
) -> Self
pub fn set_log_delivery_configuration( self, input: Option<LogDeliveryConfiguration> ) -> Self
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
sourcepub fn get_log_delivery_configuration(
&self
) -> &Option<LogDeliveryConfiguration>
pub fn get_log_delivery_configuration( &self ) -> &Option<LogDeliveryConfiguration>
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
sourcepub fn db_parameter_group_identifier(self, input: impl Into<String>) -> Self
pub fn db_parameter_group_identifier(self, input: impl Into<String>) -> Self
The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
sourcepub fn set_db_parameter_group_identifier(self, input: Option<String>) -> Self
pub fn set_db_parameter_group_identifier(self, input: Option<String>) -> Self
The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
sourcepub fn get_db_parameter_group_identifier(&self) -> &Option<String>
pub fn get_db_parameter_group_identifier(&self) -> &Option<String>
The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
sourcepub fn build(self) -> Result<UpdateDbInstanceInput, BuildError>
pub fn build(self) -> Result<UpdateDbInstanceInput, BuildError>
Consumes the builder and constructs a UpdateDbInstanceInput
.
source§impl UpdateDbInstanceInputBuilder
impl UpdateDbInstanceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateDbInstanceOutput, SdkError<UpdateDbInstanceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateDbInstanceOutput, SdkError<UpdateDbInstanceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateDbInstanceInputBuilder
impl Clone for UpdateDbInstanceInputBuilder
source§fn clone(&self) -> UpdateDbInstanceInputBuilder
fn clone(&self) -> UpdateDbInstanceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDbInstanceInputBuilder
impl Debug for UpdateDbInstanceInputBuilder
source§impl Default for UpdateDbInstanceInputBuilder
impl Default for UpdateDbInstanceInputBuilder
source§fn default() -> UpdateDbInstanceInputBuilder
fn default() -> UpdateDbInstanceInputBuilder
source§impl PartialEq for UpdateDbInstanceInputBuilder
impl PartialEq for UpdateDbInstanceInputBuilder
source§fn eq(&self, other: &UpdateDbInstanceInputBuilder) -> bool
fn eq(&self, other: &UpdateDbInstanceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.