pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRdsDbClusterAssociatedRole
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The ARN of the IAM role.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
ACTIVE
-
INVALID
-
PENDING
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the association between the IAM role and the DB cluster. Valid values are as follows:
-
ACTIVE
-
INVALID
-
PENDING
sourcepub fn build(self) -> AwsRdsDbClusterAssociatedRole
pub fn build(self) -> AwsRdsDbClusterAssociatedRole
Consumes the builder and constructs a AwsRdsDbClusterAssociatedRole
.