@Stability(value=Stable) public static final class CfnUser.UserIdentityInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUser.UserIdentityInfoProperty>
CfnUser.UserIdentityInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUser.UserIdentityInfoProperty |
build()
Builds the configured instance.
|
CfnUser.UserIdentityInfoProperty.Builder |
email(String email)
Sets the value of
CfnUser.UserIdentityInfoProperty.getEmail() |
CfnUser.UserIdentityInfoProperty.Builder |
firstName(String firstName)
Sets the value of
CfnUser.UserIdentityInfoProperty.getFirstName() |
CfnUser.UserIdentityInfoProperty.Builder |
lastName(String lastName)
Sets the value of
CfnUser.UserIdentityInfoProperty.getLastName() |
@Stability(value=Stable) public CfnUser.UserIdentityInfoProperty.Builder email(String email)
CfnUser.UserIdentityInfoProperty.getEmail()email - The email address.
If you are using SAML for identity management and include this parameter, an error is returned.this@Stability(value=Stable) public CfnUser.UserIdentityInfoProperty.Builder firstName(String firstName)
CfnUser.UserIdentityInfoProperty.getFirstName()firstName - The first name.
This is required if you are using Amazon Connect or SAML for identity management.this@Stability(value=Stable) public CfnUser.UserIdentityInfoProperty.Builder lastName(String lastName)
CfnUser.UserIdentityInfoProperty.getLastName()lastName - The last name.
This is required if you are using Amazon Connect or SAML for identity management.this@Stability(value=Stable) public CfnUser.UserIdentityInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnUser.UserIdentityInfoProperty>CfnUser.UserIdentityInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.