Interface Grantee.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Grantee.Builder,,Grantee> SdkBuilder<Grantee.Builder,,Grantee> SdkPojo
- Enclosing class:
Grantee
@Mutable
@NotThreadSafe
public static interface Grantee.Builder
extends SdkPojo, CopyableBuilder<Grantee.Builder,Grantee>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) emailAddress(String emailAddress) The canonical user ID of the grantee.Type of granteeType of granteeURI of the grantee group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
displayName
- Parameters:
displayName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
- Parameters:
emailAddress-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The canonical user ID of the grantee.
- Parameters:
id- The canonical user ID of the grantee.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Type of grantee
- Parameters:
type- Type of grantee- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of grantee
- Parameters:
type- Type of grantee- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uri
URI of the grantee group.
- Parameters:
uri- URI of the grantee group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-