public static interface DisassociateCustomDomainResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateCustomDomainResponse.Builder,DisassociateCustomDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateCustomDomainResponse.Builder |
customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being disassociated.
|
DisassociateCustomDomainResponse.Builder |
customDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
DisassociateCustomDomainResponse.Builder |
dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service.
|
DisassociateCustomDomainResponse.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateCustomDomainResponse.Builder dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
dnsTarget - The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to
this target name.DisassociateCustomDomainResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated
from.DisassociateCustomDomainResponse.Builder customDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
customDomain - A description of the domain name that's being disassociated.default DisassociateCustomDomainResponse.Builder customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being disassociated.
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.