Class CfnUserPoolUICustomizationAttachment.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.CfnUserPoolUICustomizationAttachment.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>
- Enclosing class:
- CfnUserPoolUICustomizationAttachment
@Stability(Stable)
public static final class CfnUserPoolUICustomizationAttachment.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>
A fluent builder for
CfnUserPoolUICustomizationAttachment
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The client ID for the client app.The CSS values in the UI customization.userPoolId
(String userPoolId) The user pool ID for the user pool.
-
Method Details
-
create
@Stability(Stable) public static CfnUserPoolUICustomizationAttachment.Builder create(Construct scope, String id) - Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnUserPoolUICustomizationAttachment.Builder
.
-
clientId
The client ID for the client app.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
).- Parameters:
clientId
- The client ID for the client app. This parameter is required.- Returns:
this
-
userPoolId
@Stability(Stable) public CfnUserPoolUICustomizationAttachment.Builder userPoolId(String userPoolId) The user pool ID for the user pool.- Parameters:
userPoolId
- The user pool ID for the user pool. This parameter is required.- Returns:
this
-
css
The CSS values in the UI customization.- Parameters:
css
- The CSS values in the UI customization. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>
- Returns:
- a newly built instance of
CfnUserPoolUICustomizationAttachment
.
-