@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserPoolDomainRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>
The UpdateUserPoolDomain request input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserPoolDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserPoolDomainRequest.Builder |
builder() |
CustomDomainConfigType |
customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
String |
domain()
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateUserPoolDomainRequest.Builder> |
serializableBuilderClass() |
UpdateUserPoolDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public final String userPoolId()
The ID of the user pool that is associated with the custom domain whose certificate you're updating.
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.
public UpdateUserPoolDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserPoolDomainRequest.Builder,UpdateUserPoolDomainRequest>toBuilder in class CognitoIdentityProviderRequestpublic static UpdateUserPoolDomainRequest.Builder builder()
public static Class<? extends UpdateUserPoolDomainRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.