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