Interface CreateManagedLoginBrandingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<CreateManagedLoginBrandingResponse.Builder,,CreateManagedLoginBrandingResponse> SdkBuilder<CreateManagedLoginBrandingResponse.Builder,,CreateManagedLoginBrandingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateManagedLoginBrandingResponse
@Mutable
@NotThreadSafe
public static interface CreateManagedLoginBrandingResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<CreateManagedLoginBrandingResponse.Builder,CreateManagedLoginBrandingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you created.managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you created.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
CreateManagedLoginBrandingResponse.Builder managedLoginBranding(ManagedLoginBrandingType managedLoginBranding) The details of the branding style that you created.
- Parameters:
managedLoginBranding- The details of the branding style that you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedLoginBranding
default CreateManagedLoginBrandingResponse.Builder managedLoginBranding(Consumer<ManagedLoginBrandingType.Builder> managedLoginBranding) The details of the branding style that you created.
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:
-