pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbClusterOptionGroupMembership
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn db_cluster_option_group_name(self, input: impl Into<String>) -> Self
pub fn db_cluster_option_group_name(self, input: impl Into<String>) -> Self
The name of the DB cluster option group.
sourcepub fn set_db_cluster_option_group_name(self, input: Option<String>) -> Self
pub fn set_db_cluster_option_group_name(self, input: Option<String>) -> Self
The name of the DB cluster option group.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the DB cluster option group.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the DB cluster option group.
sourcepub fn build(self) -> AwsRdsDbClusterOptionGroupMembership
pub fn build(self) -> AwsRdsDbClusterOptionGroupMembership
Consumes the builder and constructs a AwsRdsDbClusterOptionGroupMembership
.