public static interface ListContactsResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListContactsResponse.Builder,ListContactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
contactList(Collection<ContactData> contactList)
List of contacts.
|
ListContactsResponse.Builder |
contactList(Consumer<ContactData.Builder>... contactList)
List of contacts.
|
ListContactsResponse.Builder |
contactList(ContactData... contactList)
List of contacts.
|
ListContactsResponse.Builder |
nextToken(String nextToken)
Next token returned in the response of a previous
ListContacts call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactsResponse.Builder contactList(Collection<ContactData> contactList)
List of contacts.
contactList - List of contacts.ListContactsResponse.Builder contactList(ContactData... contactList)
List of contacts.
contactList - List of contacts.ListContactsResponse.Builder contactList(Consumer<ContactData.Builder>... contactList)
List of contacts.
This is a convenience method that creates an instance of theContactData.Builder avoiding the need to create
one manually via ContactData.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #contactList(List.
contactList - a consumer that will call methods on
ContactData.Builder#contactList(java.util.Collection) ListContactsResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListContacts call. Used to get the next page
of results.
nextToken - Next token returned in the response of a previous ListContacts call. Used to get the next
page of results.Copyright © 2023. All rights reserved.