@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserPoolDomainRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<CreateUserPoolDomainRequest.Builder,CreateUserPoolDomainRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateUserPoolDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserPoolDomainRequest.Builder |
builder() |
CustomDomainConfigType |
customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
|
String |
domain()
The domain string.
|
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 CreateUserPoolDomainRequest.Builder> |
serializableBuilderClass() |
CreateUserPoolDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String domain()
The domain string.
public String userPoolId()
The user pool ID.
public CustomDomainConfigType customDomainConfig()
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.
For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead.
For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
public CreateUserPoolDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateUserPoolDomainRequest.Builder,CreateUserPoolDomainRequest>toBuilder in class CognitoIdentityProviderRequestpublic static CreateUserPoolDomainRequest.Builder builder()
public static Class<? extends CreateUserPoolDomainRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.