@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 that you are updating the certificate for.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String domain()
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. For example:
auth.example.com
.
This string can include only lowercase letters, numbers, and hyphens. Do not 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. Do not use a hyphen for the first or last character. Use periods to separate subdomain names.
public String userPoolId()
The ID of the user pool that is associated with the custom domain that you are updating the certificate for.
public 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 CognitoIdentityProviderRequest
public static UpdateUserPoolDomainRequest.Builder builder()
public static Class<? extends UpdateUserPoolDomainRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.