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