@Stability(value=Stable)
public static interface CfnUser.UserIdentityInfoProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connect.*;
UserIdentityInfoProperty userIdentityInfoProperty = UserIdentityInfoProperty.builder()
.email("email")
.firstName("firstName")
.lastName("lastName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUser.UserIdentityInfoProperty.Builder
A builder for
CfnUser.UserIdentityInfoProperty |
static class |
CfnUser.UserIdentityInfoProperty.Jsii$Proxy
An implementation for
CfnUser.UserIdentityInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.UserIdentityInfoProperty.Builder |
builder() |
default String |
getEmail()
The email address.
|
default String |
getFirstName()
The first name.
|
default String |
getLastName()
The last name.
|
@Stability(value=Stable) @Nullable default String getEmail()
If you are using SAML for identity management and include this parameter, an error is returned.
@Stability(value=Stable) @Nullable default String getFirstName()
This is required if you are using Amazon Connect or SAML for identity management.
@Stability(value=Stable) @Nullable default String getLastName()
This is required if you are using Amazon Connect or SAML for identity management.
@Stability(value=Stable) static CfnUser.UserIdentityInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.