Interface Grantee.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Grantee.Builder,,- Grantee> - SdkBuilder<Grantee.Builder,,- Grantee> - SdkPojo
- Enclosing class:
- Grantee
- 
Method SummaryModifier and TypeMethodDescriptiondisplayName(String displayName) Screen name of the grantee.emailAddress(String emailAddress) Email address of the grantee.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
displayNameScreen name of the grantee. - Parameters:
- displayName- Screen name of the grantee.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailAddressEmail address of the grantee. Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: - 
 US East (N. Virginia) 
- 
 US West (N. California) 
- 
 US West (Oregon) 
- 
 Asia Pacific (Singapore) 
- 
 Asia Pacific (Sydney) 
- 
 Asia Pacific (Tokyo) 
- 
 Europe (Ireland) 
- 
 South America (São Paulo) 
 For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference. - Parameters:
- emailAddress- Email address of the grantee.- Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: - 
        US East (N. Virginia) 
- 
        US West (N. California) 
- 
        US West (Oregon) 
- 
        Asia Pacific (Singapore) 
- 
        Asia Pacific (Sydney) 
- 
        Asia Pacific (Tokyo) 
- 
        Europe (Ireland) 
- 
        South America (São Paulo) 
 - For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
idThe 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.
 
- 
typeType of grantee - Parameters:
- type- Type of grantee
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeType of grantee - Parameters:
- type- Type of grantee
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
uriURI 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.
 
 
-