public static interface UICustomizationType.Builder extends 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 creation date for the UI customization.
|
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 last-modified date for the UI customization.
|
UICustomizationType.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
copyapply, 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 last-modified date for the UI customization.
lastModifiedDate - The last-modified date for the UI customization.UICustomizationType.Builder creationDate(Instant creationDate)
The creation date for the UI customization.
creationDate - The creation date for the UI customization.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.