public static interface UserMetadata.Builder extends SdkPojo, CopyableBuilder<UserMetadata.Builder,UserMetadata>
Modifier and Type | Method and Description |
---|---|
UserMetadata.Builder |
emailAddress(String emailAddress)
The email address of the user.
|
UserMetadata.Builder |
givenName(String givenName)
The given name of the user before a rename operation.
|
UserMetadata.Builder |
id(String id)
The ID of the user.
|
UserMetadata.Builder |
surname(String surname)
The surname of the user.
|
UserMetadata.Builder |
username(String username)
The name of the user.
|
copy
applyMutation, build
UserMetadata.Builder id(String id)
The ID of the user.
id
- The ID of the user.UserMetadata.Builder username(String username)
The name of the user.
username
- The name of the user.UserMetadata.Builder givenName(String givenName)
The given name of the user before a rename operation.
givenName
- The given name of the user before a rename operation.UserMetadata.Builder surname(String surname)
The surname of the user.
surname
- The surname of the user.UserMetadata.Builder emailAddress(String emailAddress)
The email address of the user.
emailAddress
- The email address of the user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.