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 app client ID for your UI customization.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(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnUserPoolUICustomizationAttachment.Builder
.
-
clientId
The app client ID for your UI customization.When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- Parameters:
clientId
- The app client ID for your UI customization. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
css
The CSS values in the UI customization.- Parameters:
css
- The CSS values in the UI customization. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUserPoolUICustomizationAttachment>
- Returns:
- a newly built instance of
CfnUserPoolUICustomizationAttachment
.
-