CopyableBuilder<Grantee.Builder,Grantee>
, SdkBuilder<Grantee.Builder,Grantee>
public static interface Grantee.Builder extends CopyableBuilder<Grantee.Builder,Grantee>
Modifier and Type | Method | 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.
|
copy
apply, build
Grantee.Builder displayName(String displayName)
displayName
- Screen name of the grantee.Grantee.Builder emailAddress(String emailAddress)
emailAddress
- Email address of the grantee.Grantee.Builder id(String id)
id
- The canonical user ID of the grantee.Grantee.Builder type(String type)
type
- Type of granteeType
Grantee.Builder type(Type type)
type
- Type of granteeType
Grantee.Builder uri(String uri)
uri
- URI of the grantee group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.