Interface CreateUserPoolDomainResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<CreateUserPoolDomainResponse.Builder,,CreateUserPoolDomainResponse> SdkBuilder<CreateUserPoolDomainResponse.Builder,,CreateUserPoolDomainResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateUserPoolDomainResponse
-
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) The version of managed login branding applied your domain.routing(Consumer<RoutingType.Builder> routing) The routing configuration that was applied to the user pool domain.routing(RoutingType routing) The routing configuration that was applied to the user pool 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
The version of managed login branding applied your domain. A value of
1indicates hosted UI (classic) and a version of2indicates managed login.- Parameters:
managedLoginVersion- The version of managed login branding applied your domain. A value of1indicates hosted UI (classic) and a version of2indicates 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. Your 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 parameter returns null.- Parameters:
cloudFrontDomain- The fully-qualified domain name (FQDN) of the Amazon CloudFront distribution that hosts your managed login or classic hosted UI pages. Your 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 parameter returns null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routing
The routing configuration that was applied to the user pool domain.
- Parameters:
routing- The routing configuration that was applied to the user pool domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routing
The routing configuration that was applied to the user pool domain.
This is a convenience method that creates an instance of theRoutingType.Builderavoiding the need to create one manually viaRoutingType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouting(RoutingType).- Parameters:
routing- a consumer that will call methods onRoutingType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-