pub struct Builder { /* private fields */ }
Expand description
A builder for AwsIamPermissionsBoundary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn permissions_boundary_arn(self, input: impl Into<String>) -> Self
pub fn permissions_boundary_arn(self, input: impl Into<String>) -> Self
The ARN of the policy used to set the permissions boundary.
sourcepub fn set_permissions_boundary_arn(self, input: Option<String>) -> Self
pub fn set_permissions_boundary_arn(self, input: Option<String>) -> Self
The ARN of the policy used to set the permissions boundary.
sourcepub fn permissions_boundary_type(self, input: impl Into<String>) -> Self
pub fn permissions_boundary_type(self, input: impl Into<String>) -> Self
The usage type for the permissions boundary.
sourcepub fn set_permissions_boundary_type(self, input: Option<String>) -> Self
pub fn set_permissions_boundary_type(self, input: Option<String>) -> Self
The usage type for the permissions boundary.
sourcepub fn build(self) -> AwsIamPermissionsBoundary
pub fn build(self) -> AwsIamPermissionsBoundary
Consumes the builder and constructs a AwsIamPermissionsBoundary
.