public static interface AttachedPermissionsBoundary.Builder extends SdkPojo, CopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
Modifier and Type | Method and Description |
---|---|
AttachedPermissionsBoundary.Builder |
permissionsBoundaryArn(String permissionsBoundaryArn)
The ARN of the policy used to set the permissions boundary for the user or role.
|
AttachedPermissionsBoundary.Builder |
permissionsBoundaryType(PermissionsBoundaryAttachmentType permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity.
|
AttachedPermissionsBoundary.Builder |
permissionsBoundaryType(String permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity.
|
copy
applyMutation, build
AttachedPermissionsBoundary.Builder permissionsBoundaryType(String permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity. This data type can only have a value of Policy
.
permissionsBoundaryType
- The permissions boundary usage type that indicates what type of IAM resource is used as the
permissions boundary for an entity. This data type can only have a value of Policy
.PermissionsBoundaryAttachmentType
,
PermissionsBoundaryAttachmentType
AttachedPermissionsBoundary.Builder permissionsBoundaryType(PermissionsBoundaryAttachmentType permissionsBoundaryType)
The permissions boundary usage type that indicates what type of IAM resource is used as the permissions
boundary for an entity. This data type can only have a value of Policy
.
permissionsBoundaryType
- The permissions boundary usage type that indicates what type of IAM resource is used as the
permissions boundary for an entity. This data type can only have a value of Policy
.PermissionsBoundaryAttachmentType
,
PermissionsBoundaryAttachmentType
AttachedPermissionsBoundary.Builder permissionsBoundaryArn(String permissionsBoundaryArn)
The ARN of the policy used to set the permissions boundary for the user or role.
permissionsBoundaryArn
- The ARN of the policy used to set the permissions boundary for the user or role.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.