static AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.builder() |
|
default AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.customDomain(Consumer<CustomDomain.Builder> customDomain) |
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.customDomain(CustomDomain customDomain) |
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.dnsTarget(String dnsTarget) |
The App Runner subdomain of the App Runner service.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.serviceArn(String serviceArn) |
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.toBuilder() |
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.vpcDNSTargets(VpcDNSTarget... vpcDNSTargets) |
DNS Target records for the custom domains of this Amazon VPC.
|