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