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.
|
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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #customDomains(List) .customDomains - a consumer that will call methods on List.Builder #customDomains(List) 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 © 2021. All rights reserved.