Struct aws_sdk_machinelearning::model::redshift_database::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RedshiftDatabase
.
Implementations§
source§impl Builder
impl Builder
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 Amazon Redshift cluster.
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 Amazon Redshift cluster.
sourcepub fn cluster_identifier(self, input: impl Into<String>) -> Self
pub fn cluster_identifier(self, input: impl Into<String>) -> Self
The ID of an Amazon Redshift cluster.
sourcepub fn set_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_cluster_identifier(self, input: Option<String>) -> Self
The ID of an Amazon Redshift cluster.
sourcepub fn build(self) -> RedshiftDatabase
pub fn build(self) -> RedshiftDatabase
Consumes the builder and constructs a RedshiftDatabase
.