Interface AttachedPermissionsBoundary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>,SdkBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>,SdkPojo
- Enclosing class:
- AttachedPermissionsBoundary
public static interface AttachedPermissionsBoundary.Builder extends SdkPojo, CopyableBuilder<AttachedPermissionsBoundary.Builder,AttachedPermissionsBoundary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedPermissionsBoundary.BuilderpermissionsBoundaryArn(String permissionsBoundaryArn)The ARN of the policy used to set the permissions boundary for the user or role.AttachedPermissionsBoundary.BuilderpermissionsBoundaryType(String permissionsBoundaryType)The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.AttachedPermissionsBoundary.BuilderpermissionsBoundaryType(PermissionsBoundaryAttachmentType permissionsBoundaryType)The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
permissionsBoundaryType
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.- Parameters:
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 ofPolicy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionsBoundaryAttachmentType,PermissionsBoundaryAttachmentType
-
permissionsBoundaryType
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.- Parameters:
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 ofPolicy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionsBoundaryAttachmentType,PermissionsBoundaryAttachmentType
-
permissionsBoundaryArn
AttachedPermissionsBoundary.Builder permissionsBoundaryArn(String permissionsBoundaryArn)
The ARN of the policy used to set the permissions boundary for the user or role.
- Parameters:
permissionsBoundaryArn- The ARN of the policy used to set the permissions boundary for the user or role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-