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 managed login for your application.Stringdomain()The name of the domain that you want to update.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 domain 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 name of the domain that you want to update. For custom domains, this is the fully-qualified domain name, for example
auth.example.com. For prefix domains, this is the prefix alone, such asmyprefix.- Returns:
- The name of the domain that you want to update. For custom domains, this is the fully-qualified domain
name, for example
auth.example.com. For prefix domains, this is the prefix alone, such asmyprefix.
-
userPoolId
public final String userPoolId()
The ID of the user pool that is associated with the domain you're updating.
- Returns:
- The ID of the user pool that is associated with the domain 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 managed login for your application. In an
UpdateUserPoolDomainrequest, this parameter specifies an SSL certificate for the managed login hosted webserver. The certificate must be an ACM ARN inus-east-1.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.
- Returns:
- The configuration for a custom domain that hosts managed login for your application. In an
UpdateUserPoolDomainrequest, this parameter specifies an SSL certificate for the managed login hosted webserver. The certificate must be an ACM ARN inus-east-1.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.
-
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
-
-