public static final class CfnUserPoolUICustomizationAttachmentProps.Builder
extends java.lang.Object
CfnUserPoolUICustomizationAttachmentProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserPoolUICustomizationAttachmentProps |
build()
Builds the configured instance.
|
CfnUserPoolUICustomizationAttachmentProps.Builder |
clientId(java.lang.String clientId)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getClientId() |
CfnUserPoolUICustomizationAttachmentProps.Builder |
css(java.lang.String css)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getCss() |
CfnUserPoolUICustomizationAttachmentProps.Builder |
userPoolId(java.lang.String userPoolId)
Sets the value of
CfnUserPoolUICustomizationAttachmentProps.getUserPoolId() |
public CfnUserPoolUICustomizationAttachmentProps.Builder clientId(java.lang.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
public CfnUserPoolUICustomizationAttachmentProps.Builder userPoolId(java.lang.String userPoolId)
CfnUserPoolUICustomizationAttachmentProps.getUserPoolId()
userPoolId
- The user pool ID for the user pool. This parameter is required.this
public CfnUserPoolUICustomizationAttachmentProps.Builder css(java.lang.String css)
CfnUserPoolUICustomizationAttachmentProps.getCss()
css
- The CSS values in the UI customization.this
public CfnUserPoolUICustomizationAttachmentProps build()
CfnUserPoolUICustomizationAttachmentProps
java.lang.NullPointerException
- if any required attribute was not provided