Interface UpdateManagedLoginBrandingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<UpdateManagedLoginBrandingResponse.Builder,UpdateManagedLoginBrandingResponse>,SdkBuilder<UpdateManagedLoginBrandingResponse.Builder,UpdateManagedLoginBrandingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateManagedLoginBrandingResponse
public static interface UpdateManagedLoginBrandingResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<UpdateManagedLoginBrandingResponse.Builder,UpdateManagedLoginBrandingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateManagedLoginBrandingResponse.BuildermanagedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding)The details of the branding style that you updated.UpdateManagedLoginBrandingResponse.BuildermanagedLoginBranding(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, 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 Detail
-
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:
managedLoginBranding(ManagedLoginBrandingType)
-
-