public static interface AssociateCustomDomainRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomDomainRequest.Builder |
domainName(String domainName)
A custom domain endpoint to associate.
|
AssociateCustomDomainRequest.Builder |
enableWWWSubdomain(Boolean enableWWWSubdomain)
Set to
true to associate the subdomain www.DomainName with the App Runner
service in addition to the base domain. |
AssociateCustomDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateCustomDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateCustomDomainRequest.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name
with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateCustomDomainRequest.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain
name with.AssociateCustomDomainRequest.Builder domainName(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).
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).AssociateCustomDomainRequest.Builder enableWWWSubdomain(Boolean enableWWWSubdomain)
Set to true to associate the subdomain www.DomainName with the App Runner
service in addition to the base domain.
Default: true
enableWWWSubdomain - Set to true to associate the subdomain www.DomainName with the App
Runner service in addition to the base domain.
Default: true
AssociateCustomDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateCustomDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.