| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.builder() |
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.customDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.customDomains(Consumer<CustomDomain.Builder>... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.customDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.toBuilder() |
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCustomDomainsResponse.Builder> |
DescribeCustomDomainsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.