public static interface DescribeCustomDomainsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomDomainsResponse.Builder |
customDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
customDomains(Consumer<CustomDomain.Builder>... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
customDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResponse.Builder |
dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service.
|
DescribeCustomDomainsResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
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 |
vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResponse.Builder |
vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResponse.Builder |
vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomDomainsResponse.Builder dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
dnsTarget - The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to
this target name.DescribeCustomDomainsResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want
to describe.DescribeCustomDomainsResponse.Builder customDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request,
the request returns up to MaxResults records per call.
customDomains - A list of descriptions of custom domain names that are associated with the service. In a paginated
request, the request returns up to MaxResults records per call.DescribeCustomDomainsResponse.Builder customDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request,
the request returns up to MaxResults records per call.
customDomains - A list of descriptions of custom domain names that are associated with the service. In a paginated
request, the request returns up to MaxResults records per call.DescribeCustomDomainsResponse.Builder customDomains(Consumer<CustomDomain.Builder>... customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request,
the request returns up to MaxResults records per call.
CustomDomain.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 #customDomains(List.
customDomains - a consumer that will call methods on
CustomDomain.Builder#customDomains(java.util.Collection) DescribeCustomDomainsResponse.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.DescribeCustomDomainsResponse.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.DescribeCustomDomainsResponse.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) DescribeCustomDomainsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.Copyright © 2022. All rights reserved.