Class SetUiCustomizationRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUiCustomizationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
@Generated("software.amazon.awssdk:codegen")
public final class SetUiCustomizationRequest
extends CognitoIdentityProviderRequest
implements ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringclientId()The ID of the app client that you want to customize.final Stringcss()A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final SdkBytesThe image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.static Class<? extends SetUiCustomizationRequest.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of the user pool where you want to apply branding to the classic hosted UI.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
userPoolId
The ID of the user pool where you want to apply branding to the classic hosted UI.
- Returns:
- The ID of the user pool where you want to apply branding to the classic hosted UI.
-
clientId
The ID of the app client that you want to customize. To apply a default style to all app clients not configured with client-level branding, set this parameter value to
ALL.- Returns:
- The ID of the app client that you want to customize. To apply a default style to all app clients not
configured with client-level branding, set this parameter value to
ALL.
-
css
A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to
CSS template.css.- Returns:
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app
client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App
clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to
CSS template.css.
-
imageFile
The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
- Returns:
- The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest> - Specified by:
toBuilderin classCognitoIdentityProviderRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-