@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.730Z") @Stability(value=Experimental) public interface AttributeMapping extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributeMapping.Builder
A builder for
AttributeMapping |
static class |
AttributeMapping.Jsii$Proxy
An implementation for
AttributeMapping |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMapping.Builder |
builder() |
default ProviderAttribute |
getAddress()
(experimental) The user's postal address is a required attribute.
|
default ProviderAttribute |
getBirthdate()
(experimental) The user's birthday.
|
default Map<String,ProviderAttribute> |
getCustom()
(experimental) Specify custom attribute mapping here and mapping for any standard attributes not supported yet.
|
default ProviderAttribute |
getEmail()
(experimental) The user's e-mail address.
|
default ProviderAttribute |
getFamilyName()
(experimental) The surname or last name of user.
|
default ProviderAttribute |
getFullname()
(experimental) The user's full name in displayable form.
|
default ProviderAttribute |
getGender()
(experimental) The user's gender.
|
default ProviderAttribute |
getGivenName()
(experimental) The user's first name or give name.
|
default ProviderAttribute |
getLastUpdateTime()
(experimental) Time, the user's information was last updated.
|
default ProviderAttribute |
getLocale()
(experimental) The user's locale.
|
default ProviderAttribute |
getMiddleName()
(experimental) The user's middle name.
|
default ProviderAttribute |
getNickname()
(experimental) The user's nickname or casual name.
|
default ProviderAttribute |
getPhoneNumber()
(experimental) The user's telephone number.
|
default ProviderAttribute |
getPreferredUsername()
(experimental) The user's preferred username.
|
default ProviderAttribute |
getProfilePage()
(experimental) The URL to the user's profile page.
|
default ProviderAttribute |
getProfilePicture()
(experimental) The URL to the user's profile picture.
|
default ProviderAttribute |
getTimezone()
(experimental) The user's time zone.
|
default ProviderAttribute |
getWebsite()
(experimental) The URL to the user's web page or blog.
|
@Stability(value=Experimental) @Nullable default ProviderAttribute getAddress()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getBirthdate()
Default: - not mapped
@Stability(value=Experimental) @Nullable default Map<String,ProviderAttribute> getCustom()
Default: - no custom attribute mapping
@Stability(value=Experimental) @Nullable default ProviderAttribute getEmail()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getFamilyName()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getFullname()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getGender()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getGivenName()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getLastUpdateTime()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getLocale()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getMiddleName()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getNickname()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getPhoneNumber()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getPreferredUsername()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getProfilePage()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getProfilePicture()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getTimezone()
Default: - not mapped
@Stability(value=Experimental) @Nullable default ProviderAttribute getWebsite()
Default: - not mapped
@Stability(value=Experimental) static AttributeMapping.Builder builder()
AttributeMapping.Builder of AttributeMappingCopyright © 2021. All rights reserved.