Class UpdateUserPoolDomainRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolDomainRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateUserPoolDomainRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>
The UpdateUserPoolDomain request input.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateUserPoolDomainRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateUserPoolDomainRequest.Builderbuilder()CustomDomainConfigTypecustomDomainConfig()The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.Stringdomain()The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermanagedLoginVersion()A version number that indicates the state of managed login for your domain.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateUserPoolDomainRequest.Builder>serializableBuilderClass()UpdateUserPoolDomainRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserPoolId()The ID of the user pool that is associated with the custom domain whose certificate you're updating.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domain
public final String domain()
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One example might be
auth.example.com.This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
- Returns:
- The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. One
example might be
auth.example.com.This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
-
userPoolId
public final String userPoolId()
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
- Returns:
- The ID of the user pool that is associated with the custom domain whose certificate you're updating.
-
managedLoginVersion
public final 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.- Returns:
- 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.
-
customDomainConfig
public final CustomDomainConfigType customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
When you create a custom domain, the passkey RP ID defaults to the custom domain. If you had a prefix domain active, this will cause passkey integration for your prefix domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey integration working, you can explicitly set RP ID to the prefix domain. Update the RP ID in a SetUserPoolMfaConfig request.
- Returns:
- The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use
this object to specify an SSL certificate that is managed by ACM.
When you create a custom domain, the passkey RP ID defaults to the custom domain. If you had a prefix domain active, this will cause passkey integration for your prefix domain to stop working due to a mismatch in RP ID. To keep the prefix domain passkey integration working, you can explicitly set RP ID to the prefix domain. Update the RP ID in a SetUserPoolMfaConfig request.
-
toBuilder
public UpdateUserPoolDomainRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>- Specified by:
toBuilderin classCognitoIdentityProviderRequest
-
builder
public static UpdateUserPoolDomainRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateUserPoolDomainRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-