@Stability(value=Stable) public static final class CfnUserPoolUICustomizationAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>
CfnUserPoolUICustomizationAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolUICustomizationAttachment |
build() |
CfnUserPoolUICustomizationAttachment.Builder |
clientId(String clientId)
The client ID for the client app.
|
static CfnUserPoolUICustomizationAttachment.Builder |
create(Construct scope,
String id) |
CfnUserPoolUICustomizationAttachment.Builder |
css(String css)
The CSS values in the UI customization.
|
CfnUserPoolUICustomizationAttachment.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
@Stability(value=Stable) public static CfnUserPoolUICustomizationAttachment.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserPoolUICustomizationAttachment.Builder.@Stability(value=Stable) public CfnUserPoolUICustomizationAttachment.Builder clientId(String clientId)
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 ).
clientId - The client ID for the client app. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachment.Builder userPoolId(String userPoolId)
userPoolId - The user pool ID for the user pool. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachment.Builder css(String css)
css - The CSS values in the UI customization. This parameter is required.this@Stability(value=Stable) public CfnUserPoolUICustomizationAttachment build()
build in interface software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>Copyright © 2022. All rights reserved.