@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.766Z") @Stability(value=Experimental) public interface StandardAttributes extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#cognito-user-pools-standard-attributes| Modifier and Type | Interface and Description |
|---|---|
static class |
StandardAttributes.Builder
A builder for
StandardAttributes |
static class |
StandardAttributes.Jsii$Proxy
An implementation for
StandardAttributes |
| Modifier and Type | Method and Description |
|---|---|
static StandardAttributes.Builder |
builder() |
default StandardAttribute |
getAddress()
(experimental) The user's postal address.
|
default StandardAttribute |
getBirthdate()
(experimental) The user's birthday, represented as an ISO 8601:2004 format.
|
default StandardAttribute |
getEmail()
(experimental) The user's e-mail address, represented as an RFC 5322 [RFC5322] addr-spec.
|
default StandardAttribute |
getFamilyName()
(experimental) The surname or last name of the user.
|
default StandardAttribute |
getFullname()
(experimental) The user's full name in displayable form, including all name parts, titles and suffixes.
|
default StandardAttribute |
getGender()
(experimental) The user's gender.
|
default StandardAttribute |
getGivenName()
(experimental) The user's first name or give name.
|
default StandardAttribute |
getLastUpdateTime()
(experimental) The time, the user's information was last updated.
|
default StandardAttribute |
getLocale()
(experimental) The user's locale, represented as a BCP47 [RFC5646] language tag.
|
default StandardAttribute |
getMiddleName()
(experimental) The user's middle name.
|
default StandardAttribute |
getNickname()
(experimental) The user's nickname or casual name.
|
default StandardAttribute |
getPhoneNumber()
(experimental) The user's telephone number.
|
default StandardAttribute |
getPreferredUsername()
(experimental) The user's preffered username, different from the immutable user name.
|
default StandardAttribute |
getProfilePage()
(experimental) The URL to the user's profile page.
|
default StandardAttribute |
getProfilePicture()
(experimental) The URL to the user's profile picture.
|
default StandardAttribute |
getTimezone()
(experimental) The user's time zone.
|
default StandardAttribute |
getWebsite()
(experimental) The URL to the user's web page or blog.
|
@Stability(value=Experimental) @Nullable default StandardAttribute getAddress()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getBirthdate()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getEmail()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getFamilyName()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getFullname()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getGender()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getGivenName()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getLastUpdateTime()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getLocale()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getMiddleName()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getNickname()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getPhoneNumber()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getPreferredUsername()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getProfilePage()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getProfilePicture()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getTimezone()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) @Nullable default StandardAttribute getWebsite()
Default: - see the defaults under `StandardAttribute`
@Stability(value=Experimental) static StandardAttributes.Builder builder()
StandardAttributes.Builder of StandardAttributesCopyright © 2021. All rights reserved.