pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterIamRole
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn apply_status(self, input: impl Into<String>) -> Self
pub fn apply_status(self, input: impl Into<String>) -> Self
The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing
sourcepub fn set_apply_status(self, input: Option<String>) -> Self
pub fn set_apply_status(self, input: Option<String>) -> Self
The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing
sourcepub fn iam_role_arn(self, input: impl Into<String>) -> Self
pub fn iam_role_arn(self, input: impl Into<String>) -> Self
The ARN of the IAM role.
sourcepub fn set_iam_role_arn(self, input: Option<String>) -> Self
pub fn set_iam_role_arn(self, input: Option<String>) -> Self
The ARN of the IAM role.
sourcepub fn build(self) -> AwsRedshiftClusterIamRole
pub fn build(self) -> AwsRedshiftClusterIamRole
Consumes the builder and constructs a AwsRedshiftClusterIamRole
.