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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Grantee.BuilderdisplayName(String displayName)Grantee.BuilderemailAddress(String emailAddress)Grantee.Builderid(String id)The canonical user ID of the grantee.Grantee.Buildertype(String type)Type of granteeGrantee.Buildertype(Type type)Type of granteeGrantee.Builderuri(String uri)URI of the grantee group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
displayName
Grantee.Builder displayName(String displayName)
- Parameters:
displayName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddress
Grantee.Builder emailAddress(String emailAddress)
- Parameters:
emailAddress-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
Grantee.Builder id(String 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
Grantee.Builder type(String type)
Type of grantee
-
type
Grantee.Builder type(Type type)
Type of grantee
-
uri
Grantee.Builder uri(String 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.
-
-