CopyableBuilder<SharePrincipal.Builder,SharePrincipal>, SdkBuilder<SharePrincipal.Builder,SharePrincipal>public static interface SharePrincipal.Builder extends CopyableBuilder<SharePrincipal.Builder,SharePrincipal>
| Modifier and Type | Method | Description |
|---|---|---|
SharePrincipal.Builder |
id(String id) |
The ID of the recipient.
|
SharePrincipal.Builder |
role(String role) |
The role of the recipient.
|
SharePrincipal.Builder |
role(RoleType role) |
The role of the recipient.
|
SharePrincipal.Builder |
type(String type) |
The type of the recipient.
|
SharePrincipal.Builder |
type(PrincipalType type) |
The type of the recipient.
|
copyapply, buildSharePrincipal.Builder id(String id)
The ID of the recipient.
id - The ID of the recipient.SharePrincipal.Builder type(String type)
The type of the recipient.
type - The type of the recipient.PrincipalTypeSharePrincipal.Builder type(PrincipalType type)
The type of the recipient.
type - The type of the recipient.PrincipalTypeSharePrincipal.Builder role(String role)
The role of the recipient.
role - The role of the recipient.RoleTypeSharePrincipal.Builder role(RoleType role)
The role of the recipient.
role - The role of the recipient.RoleTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.