Interface CreateUserPoolDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse>
,SdkBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateUserPoolDomainResponse
public static interface CreateUserPoolDomainResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<CreateUserPoolDomainResponse.Builder,CreateUserPoolDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUserPoolDomainResponse.Builder
cloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.CreateUserPoolDomainResponse.Builder
managedLoginVersion(Integer managedLoginVersion)
The version of managed login branding applied 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
CreateUserPoolDomainResponse.Builder managedLoginVersion(Integer managedLoginVersion)
The version of managed login branding applied your domain. A value of
1
indicates hosted UI (classic) and a version of2
indicates managed login.- Parameters:
managedLoginVersion
- The version of managed login branding applied your domain. A value of1
indicates hosted UI (classic) and a version of2
indicates managed login.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontDomain
CreateUserPoolDomainResponse.Builder cloudFrontDomain(String cloudFrontDomain)
The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider. 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 Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider. 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.
-
-