@Stability(value=Stable) public static final class CfnUserPoolUICustomizationAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachmentProps>
CfnUserPoolUICustomizationAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolUICustomizationAttachmentProps |
build()
Builds the configured instance.
|
CfnUserPoolUICustomizationAttachmentProps.Builder |
clientId(String clientId)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getClientId() |
CfnUserPoolUICustomizationAttachmentProps.Builder |
css(String css)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getCss() |
CfnUserPoolUICustomizationAttachmentProps.Builder |
userPoolId(String userPoolId)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getUserPoolId() |
@Stability(value=Stable) public CfnUserPoolUICustomizationAttachmentProps.Builder clientId(String clientId)
CfnUserPoolUICustomizationAttachmentProps.getClientId()clientId - The client ID for the client app. This parameter is required.
You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachmentProps.Builder userPoolId(String userPoolId)
CfnUserPoolUICustomizationAttachmentProps.getUserPoolId()userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachmentProps.Builder css(String css)
CfnUserPoolUICustomizationAttachmentProps.getCss()css - The CSS values in the UI customization.this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachmentProps>CfnUserPoolUICustomizationAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.