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 method that creates an instance of theContact.Builder avoiding the need to create one
manually via Contact.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #contacts(List.
contacts - a consumer that will call methods on
Contact.Builder#contacts(java.util.Collection) Copyright © 2023. All rights reserved.