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 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 #contactList(List) .contactList - a consumer that will call methods on List.Builder #contactList(List) 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 © 2021. All rights reserved.