public static interface ListContactsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListContactsResponse.Builder,ListContactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactsResponse.Builder |
contacts(Collection<Contact> contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
ListContactsResponse.Builder |
contacts(Consumer<Contact.Builder>... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
ListContactsResponse.Builder |
contacts(Contact... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
|
ListContactsResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactsResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListContactsResponse.Builder contacts(Collection<Contact> contacts)
A list of the contacts and escalation plans in your Incident Manager account.
contacts - A list of the contacts and escalation plans in your Incident Manager account.ListContactsResponse.Builder contacts(Contact... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
contacts - A list of the contacts and escalation plans in your Incident Manager account.ListContactsResponse.Builder contacts(Consumer<Contact.Builder>... contacts)
A list of the contacts and escalation plans in your Incident Manager account.
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 #contacts(List) .contacts - a consumer that will call methods on List.Builder #contacts(List) Copyright © 2021. All rights reserved.