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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateUserPoolDomainResponse.BuildercloudFrontDomain(String cloudFrontDomain)The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.UpdateUserPoolDomainResponse.BuildermanagedLoginVersion(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, 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
-
managedLoginVersion
UpdateUserPoolDomainResponse.Builder managedLoginVersion(Integer 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
UpdateUserPoolDomainResponse.Builder cloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.
- Parameters:
cloudFrontDomain- The Amazon CloudFront endpoint that Amazon Cognito set up when you added the custom domain to your user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-