public static interface AssociateCustomDomainResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<AssociateCustomDomainResponse.Builder,AssociateCustomDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateCustomDomainResponse.Builder |
customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
customDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service.
|
AssociateCustomDomainResponse.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateCustomDomainResponse.Builder dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.
dnsTarget - The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target
name.AssociateCustomDomainResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is
associated.AssociateCustomDomainResponse.Builder customDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
customDomain - A description of the domain name that's being associated.default AssociateCustomDomainResponse.Builder customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being associated.
This is a convenience method that creates an instance of theCustomDomain.Builder avoiding the need
to create one manually via CustomDomain.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customDomain(CustomDomain).
customDomain - a consumer that will call methods on CustomDomain.BuildercustomDomain(CustomDomain)Copyright © 2022. All rights reserved.