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(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
|
SetUICustomizationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetUICustomizationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SetUICustomizationRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool.
|
build
requestOverrideConfig
copy
apply, build
SetUICustomizationRequest.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(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
imageFile
- The uploaded logo image for the UI customization.SetUICustomizationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.SetUICustomizationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.