public static interface Grantee.Builder extends SdkPojo, CopyableBuilder<Grantee.Builder,Grantee>
| Modifier and Type | Method and Description |
|---|---|
Grantee.Builder |
displayName(String displayName)
Screen name of the grantee.
|
Grantee.Builder |
emailAddress(String emailAddress)
Email address of the grantee.
|
Grantee.Builder |
id(String id)
The canonical user ID of the grantee.
|
Grantee.Builder |
type(String type)
Type of grantee
|
Grantee.Builder |
type(Type type)
Type of grantee
|
Grantee.Builder |
uri(String uri)
URI of the grantee group.
|
copyapplyMutation, buildGrantee.Builder type(String type)
Type of grantee
Grantee.Builder type(Type type)
Type of grantee
Grantee.Builder displayName(String displayName)
Screen name of the grantee.
displayName - Screen name of the grantee.Grantee.Builder uri(String uri)
URI of the grantee group.
uri - URI of the grantee group.Grantee.Builder id(String id)
The canonical user ID of the grantee.
id - The canonical user ID of the grantee.Grantee.Builder emailAddress(String emailAddress)
Email address of the grantee.
emailAddress - Email address of the grantee.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.