public static interface UICustomizationType.Builder extends SdkPojo, CopyableBuilder<UICustomizationType.Builder,UICustomizationType>
| Modifier and Type | Method and Description |
|---|---|
UICustomizationType.Builder |
clientId(String clientId)
The client ID for the client app.
|
UICustomizationType.Builder |
creationDate(Instant creationDate)
The date and time, in ISO 8601 format,
when the item was created.
|
UICustomizationType.Builder |
css(String css)
The CSS values in the UI customization.
|
UICustomizationType.Builder |
cssVersion(String cssVersion)
The CSS version number.
|
UICustomizationType.Builder |
imageUrl(String imageUrl)
The logo image for the UI customization.
|
UICustomizationType.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time, in ISO 8601 format,
when the item was modified.
|
UICustomizationType.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUICustomizationType.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.UICustomizationType.Builder clientId(String clientId)
The client ID for the client app.
clientId - The client ID for the client app.UICustomizationType.Builder imageUrl(String imageUrl)
The logo image for the UI customization.
imageUrl - The logo image for the UI customization.UICustomizationType.Builder css(String css)
The CSS values in the UI customization.
css - The CSS values in the UI customization.UICustomizationType.Builder cssVersion(String cssVersion)
The CSS version number.
cssVersion - The CSS version number.UICustomizationType.Builder lastModifiedDate(Instant lastModifiedDate)
The date and time, in ISO 8601 format, when the item was modified.
lastModifiedDate - The date and time, in ISO 8601
format, when the item was modified.UICustomizationType.Builder creationDate(Instant creationDate)
The date and time, in ISO 8601 format, when the item was created.
creationDate - The date and time, in ISO 8601
format, when the item was created.Copyright © 2023. All rights reserved.