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.
|
DisassociateCustomDomainResponse.Builder |
vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DisassociateCustomDomainResponse.Builder |
vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DisassociateCustomDomainResponse.Builder |
vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
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)DisassociateCustomDomainResponse.Builder vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.DisassociateCustomDomainResponse.Builder vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.DisassociateCustomDomainResponse.Builder vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
This is a convenience method that creates an instance of theVpcDNSTarget.Builder avoiding the need to create one
manually via VpcDNSTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vpcDNSTargets(List.
vpcDNSTargets - a consumer that will call methods on
VpcDNSTarget.Builder#vpcDNSTargets(java.util.Collection) Copyright © 2022. All rights reserved.