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.
|
copy
applyMutation, build
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.
type
- The type of permissions.RolePermissionType
,
RolePermissionType
PermissionInfo.Builder type(RolePermissionType type)
The type of permissions.
type
- The type of permissions.RolePermissionType
,
RolePermissionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.