public static final class CfnUserPoolUICustomizationAttachment.Builder
extends java.lang.Object
CfnUserPoolUICustomizationAttachment
.Modifier and Type | Method and Description |
---|---|
CfnUserPoolUICustomizationAttachment |
build() |
CfnUserPoolUICustomizationAttachment.Builder |
clientId(java.lang.String clientId)
The client ID for the client app.
|
static CfnUserPoolUICustomizationAttachment.Builder |
create(Construct scope,
java.lang.String id) |
CfnUserPoolUICustomizationAttachment.Builder |
css(java.lang.String css)
The CSS values in the UI customization.
|
CfnUserPoolUICustomizationAttachment.Builder |
userPoolId(java.lang.String userPoolId)
The user pool ID for the user pool.
|
public static CfnUserPoolUICustomizationAttachment.Builder create(Construct scope, java.lang.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
.public CfnUserPoolUICustomizationAttachment.Builder clientId(java.lang.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
public CfnUserPoolUICustomizationAttachment.Builder userPoolId(java.lang.String userPoolId)
userPoolId
- The user pool ID for the user pool. This parameter is required.this
public CfnUserPoolUICustomizationAttachment.Builder css(java.lang.String css)
css
- The CSS values in the UI customization. This parameter is required.this
public CfnUserPoolUICustomizationAttachment build()