Interface GetUiCustomizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<GetUiCustomizationResponse.Builder,
,GetUiCustomizationResponse> SdkBuilder<GetUiCustomizationResponse.Builder,
,GetUiCustomizationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetUiCustomizationResponse
@Mutable
@NotThreadSafe
public static interface GetUiCustomizationResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetUiCustomizationResponse.Builder,GetUiCustomizationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionuiCustomization
(Consumer<UICustomizationType.Builder> uiCustomization) Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.uiCustomization
(UICustomizationType uiCustomization) Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
uiCustomization
Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.
- Parameters:
uiCustomization
- Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uiCustomization
default GetUiCustomizationResponse.Builder uiCustomization(Consumer<UICustomizationType.Builder> uiCustomization) Information about the classic hosted UI custom CSS and logo-image branding that you applied to the user pool or app client.
This is a convenience method that creates an instance of theUICustomizationType.Builder
avoiding the need to create one manually viaUICustomizationType.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touiCustomization(UICustomizationType)
.- Parameters:
uiCustomization
- a consumer that will call methods onUICustomizationType.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-