static DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.builder() |
|
default DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.customDomain(Consumer<CustomDomain.Builder> customDomain) |
A description of the domain name that's being disassociated.
|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.customDomain(CustomDomain customDomain) |
A description of the domain name that's being disassociated.
|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.dnsTarget(String dnsTarget) |
The App Runner subdomain of the App Runner service.
|
DisassociateCustomDomainResponse.Builder |
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 |
DisassociateCustomDomainResponse.toBuilder() |
|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.vpcDNSTargets(VpcDNSTarget... vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|