public static interface SetUiCustomizationRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
| Modifier and Type | Method and Description |
|---|---|
SetUiCustomizationRequest.Builder |
clientId(String clientId)
The client ID for the client app.
|
SetUiCustomizationRequest.Builder |
css(String css)
The CSS values in the UI customization.
|
SetUiCustomizationRequest.Builder |
imageFile(SdkBytes imageFile)
The uploaded logo image for the UI customization.
|
SetUiCustomizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetUiCustomizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SetUiCustomizationRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
buildoverrideConfigurationcopyapplyMutation, buildSetUiCustomizationRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId - The user pool ID for the user pool.SetUiCustomizationRequest.Builder clientId(String clientId)
The client ID for the client app.
clientId - The client ID for the client app.SetUiCustomizationRequest.Builder css(String css)
The CSS values in the UI customization.
css - The CSS values in the UI customization.SetUiCustomizationRequest.Builder imageFile(SdkBytes imageFile)
The uploaded logo image for the UI customization.
imageFile - The uploaded logo image for the UI customization.SetUiCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SetUiCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.