@Generated(value="software.amazon.awssdk:codegen") public final class AssociateCustomDomainRequest extends AppRunnerRequest implements ToCopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateCustomDomainRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateCustomDomainRequest.Builder |
builder() |
String |
domainName()
A custom domain endpoint to associate.
|
Boolean |
enableWWWSubdomain()
Set to
true to associate the subdomain www.DomainName with the App Runner
service in addition to the base domain. |
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 AssociateCustomDomainRequest.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
|
AssociateCustomDomainRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
public final String domainName()
A custom domain endpoint to associate. Specify a root domain (for example, example.com), a subdomain
(for example, login.example.com or admin.login.example.com), or a wildcard (for
example, *.example.com).
example.com), a
subdomain (for example, login.example.com or admin.login.example.com), or a
wildcard (for example, *.example.com).public final Boolean enableWWWSubdomain()
Set to true to associate the subdomain www.DomainName with the App Runner
service in addition to the base domain.
Default: true
true to associate the subdomain www.DomainName with the App
Runner service in addition to the base domain.
Default: true
public AssociateCustomDomainRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>toBuilder in class AppRunnerRequestpublic static AssociateCustomDomainRequest.Builder builder()
public static Class<? extends AssociateCustomDomainRequest.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.