Interface UpdateUserPoolDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<UpdateUserPoolDomainResponse.Builder,,UpdateUserPoolDomainResponse> SdkBuilder<UpdateUserPoolDomainResponse.Builder,,UpdateUserPoolDomainResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateUserPoolDomainResponse
public static interface UpdateUserPoolDomainResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<UpdateUserPoolDomainResponse.Builder,UpdateUserPoolDomainResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncloudFrontDomain(String cloudFrontDomain) The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages.managedLoginVersion(Integer managedLoginVersion) A version number that indicates the state of managed login for your domain.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
-
managedLoginVersion
A version number that indicates the state of managed login for your domain. Version
1is hosted UI (classic). Version2is the newer managed login with the branding designer. For more information, see Managed login.- Parameters:
managedLoginVersion- A version number that indicates the state of managed login for your domain. Version1is hosted UI (classic). Version2is the newer managed login with the branding designer. For more information, see Managed login.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontDomain
The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. You domain-name authority must have an alias record that points requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom domain with
CustomDomainConfig. If you set an Amazon Cognito prefix domain, this operation returns a blank response.- Parameters:
cloudFrontDomain- The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. You domain-name authority must have an alias record that points requests for your custom domain to this FQDN. Amazon Cognito returns this value if you set a custom domain withCustomDomainConfig. If you set an Amazon Cognito prefix domain, this operation returns a blank response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-