public static interface PermissionInfo.Builder extends CopyableBuilder<PermissionInfo.Builder,PermissionInfo>
| Modifier and Type | Method and Description |
|---|---|
PermissionInfo.Builder |
role(RoleType role)
The role of the user.
|
PermissionInfo.Builder |
role(String role)
The role of the user.
|
PermissionInfo.Builder |
type(RolePermissionType type)
The type of permissions.
|
PermissionInfo.Builder |
type(String type)
The type of permissions.
|
copyapply, buildPermissionInfo.Builder role(String role)
The role of the user.
PermissionInfo.Builder role(RoleType role)
The role of the user.
PermissionInfo.Builder type(String type)
The type of permissions.
type - The type of permissions.RolePermissionType,
RolePermissionTypePermissionInfo.Builder type(RolePermissionType type)
The type of permissions.
type - The type of permissions.RolePermissionType,
RolePermissionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.