public static interface ListDomainsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResponse.Builder |
items(Collection<ListDomainItem> items)
The list of ListDomains instances.
|
ListDomainsResponse.Builder |
items(Consumer<ListDomainItem.Builder>... items)
The list of ListDomains instances.
|
ListDomainsResponse.Builder |
items(ListDomainItem... items)
The list of ListDomains instances.
|
ListDomainsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous ListDomains API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainsResponse.Builder items(Collection<ListDomainItem> items)
The list of ListDomains instances.
items - The list of ListDomains instances.ListDomainsResponse.Builder items(ListDomainItem... items)
The list of ListDomains instances.
items - The list of ListDomains instances.ListDomainsResponse.Builder items(Consumer<ListDomainItem.Builder>... items)
The list of ListDomains instances.
This is a convenience method that creates an instance of theListDomainItem.Builder avoiding the need to
create one manually via
ListDomainItem.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
ListDomainItem.Builder#items(java.util.Collection) ListDomainsResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListDomains API call.
nextToken - The pagination token from the previous ListDomains API call.Copyright © 2023. All rights reserved.