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