Struct aws_sdk_machinelearning::model::rds_database::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RdsDatabase
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_identifier(self, input: impl Into<String>) -> Self
pub fn instance_identifier(self, input: impl Into<String>) -> Self
The ID of an RDS DB instance.
sourcepub fn set_instance_identifier(self, input: Option<String>) -> Self
pub fn set_instance_identifier(self, input: Option<String>) -> Self
The ID of an RDS DB instance.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of a database hosted on an RDS DB instance.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of a database hosted on an RDS DB instance.
sourcepub fn build(self) -> RdsDatabase
pub fn build(self) -> RdsDatabase
Consumes the builder and constructs a RdsDatabase
.