public static interface ListDomainsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
items(Collection<DomainSummary> items)
The results of the
ListDomains action. |
ListDomainsResponse.Builder |
items(Consumer<DomainSummary.Builder>... items)
The results of the
ListDomains action. |
ListDomainsResponse.Builder |
items(DomainSummary... items)
The results of the
ListDomains action. |
ListDomainsResponse.Builder |
nextToken(String nextToken)
When the number of domains is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of domains, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsResponse.Builder items(Collection<DomainSummary> items)
The results of the ListDomains action.
items - The results of the ListDomains action.ListDomainsResponse.Builder items(DomainSummary... items)
The results of the ListDomains action.
items - The results of the ListDomains action.ListDomainsResponse.Builder items(Consumer<DomainSummary.Builder>... items)
The results of the ListDomains action.
DomainSummary.Builder avoiding the need to create one
manually via DomainSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
DomainSummary.Builder#items(java.util.Collection) ListDomainsResponse.Builder nextToken(String nextToken)
When the number of domains is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of domains, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListDomains to list the next set of
domains.
nextToken - When the number of domains is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of domains, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListDomains to list the
next set of domains.Copyright © 2023. All rights reserved.