public static interface ListDomainsResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
domains(Collection<DomainSummary> domains)
Information about the domains.
|
ListDomainsResponse.Builder |
domains(Consumer<DomainSummary.Builder>... domains)
Information about the domains.
|
ListDomainsResponse.Builder |
domains(DomainSummary... domains)
Information about the domains.
|
ListDomainsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsResponse.Builder domains(Collection<DomainSummary> domains)
Information about the domains.
domains - Information about the domains.ListDomainsResponse.Builder domains(DomainSummary... domains)
Information about the domains.
domains - Information about the domains.ListDomainsResponse.Builder domains(Consumer<DomainSummary.Builder>... domains)
Information about the domains.
This is a convenience that creates an instance of theList.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 #domains(List) .domains - a consumer that will call methods on List.Builder #domains(List) ListDomainsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2022. All rights reserved.