Interface UpdateManagedLoginBrandingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<UpdateManagedLoginBrandingResponse.Builder,,UpdateManagedLoginBrandingResponse> SdkBuilder<UpdateManagedLoginBrandingResponse.Builder,,UpdateManagedLoginBrandingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateManagedLoginBrandingResponse
@Mutable
@NotThreadSafe
public static interface UpdateManagedLoginBrandingResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<UpdateManagedLoginBrandingResponse.Builder,UpdateManagedLoginBrandingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you updated.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you updated.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
managedLoginBranding
UpdateManagedLoginBrandingResponse.Builder managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you updated.
- Parameters:
managedLoginBranding- The details of the branding style that you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedLoginBranding
default UpdateManagedLoginBrandingResponse.Builder managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you updated.
This is a convenience method that creates an instance of theManagedLoginBrandingType.Builderavoiding the need to create one manually viaManagedLoginBrandingType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomanagedLoginBranding(ManagedLoginBrandingType).- Parameters:
managedLoginBranding- a consumer that will call methods onManagedLoginBrandingType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-