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