@Stability(value=Stable) public static final class StandardAttributesMask.Builder extends Object implements software.amazon.jsii.Builder<StandardAttributesMask>
StandardAttributesMask| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public StandardAttributesMask.Builder address(Boolean address)
StandardAttributesMask.getAddress()address - The user's postal address.this@Stability(value=Stable) public StandardAttributesMask.Builder birthdate(Boolean birthdate)
StandardAttributesMask.getBirthdate()birthdate - The user's birthday, represented as an ISO 8601:2004 format.this@Stability(value=Stable) public StandardAttributesMask.Builder email(Boolean email)
StandardAttributesMask.getEmail()email - The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.this@Stability(value=Stable) public StandardAttributesMask.Builder emailVerified(Boolean emailVerified)
StandardAttributesMask.getEmailVerified()emailVerified - Whether the email address has been verified.this@Stability(value=Stable) public StandardAttributesMask.Builder familyName(Boolean familyName)
StandardAttributesMask.getFamilyName()familyName - The surname or last name of the user.this@Stability(value=Stable) public StandardAttributesMask.Builder fullname(Boolean fullname)
StandardAttributesMask.getFullname()fullname - The user's full name in displayable form, including all name parts, titles and suffixes.this@Stability(value=Stable) public StandardAttributesMask.Builder gender(Boolean gender)
StandardAttributesMask.getGender()gender - The user's gender.this@Stability(value=Stable) public StandardAttributesMask.Builder givenName(Boolean givenName)
StandardAttributesMask.getGivenName()givenName - The user's first name or give name.this@Stability(value=Stable) public StandardAttributesMask.Builder lastUpdateTime(Boolean lastUpdateTime)
StandardAttributesMask.getLastUpdateTime()lastUpdateTime - The time, the user's information was last updated.this@Stability(value=Stable) public StandardAttributesMask.Builder locale(Boolean locale)
StandardAttributesMask.getLocale()locale - The user's locale, represented as a BCP47 [RFC5646] language tag.this@Stability(value=Stable) public StandardAttributesMask.Builder middleName(Boolean middleName)
StandardAttributesMask.getMiddleName()middleName - The user's middle name.this@Stability(value=Stable) public StandardAttributesMask.Builder nickname(Boolean nickname)
StandardAttributesMask.getNickname()nickname - The user's nickname or casual name.this@Stability(value=Stable) public StandardAttributesMask.Builder phoneNumber(Boolean phoneNumber)
StandardAttributesMask.getPhoneNumber()phoneNumber - The user's telephone number.this@Stability(value=Stable) public StandardAttributesMask.Builder phoneNumberVerified(Boolean phoneNumberVerified)
StandardAttributesMask.getPhoneNumberVerified()phoneNumberVerified - Whether the phone number has been verified.this@Stability(value=Stable) public StandardAttributesMask.Builder preferredUsername(Boolean preferredUsername)
StandardAttributesMask.getPreferredUsername()preferredUsername - The user's preffered username, different from the immutable user name.this@Stability(value=Stable) public StandardAttributesMask.Builder profilePage(Boolean profilePage)
StandardAttributesMask.getProfilePage()profilePage - The URL to the user's profile page.this@Stability(value=Stable) public StandardAttributesMask.Builder profilePicture(Boolean profilePicture)
StandardAttributesMask.getProfilePicture()profilePicture - The URL to the user's profile picture.this@Stability(value=Stable) public StandardAttributesMask.Builder timezone(Boolean timezone)
StandardAttributesMask.getTimezone()timezone - The user's time zone.this@Stability(value=Stable) public StandardAttributesMask.Builder website(Boolean website)
StandardAttributesMask.getWebsite()website - The URL to the user's web page or blog.this@Stability(value=Stable) public StandardAttributesMask build()
build in interface software.amazon.jsii.Builder<StandardAttributesMask>StandardAttributesMaskNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.