public static interface ListEngagementsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListEngagementsResponse.Builder,ListEngagementsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEngagementsResponse.Builder |
engagements(Collection<Engagement> engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
ListEngagementsResponse.Builder |
engagements(Consumer<Engagement.Builder>... engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
ListEngagementsResponse.Builder |
engagements(Engagement... engagements)
A list of each engagement that occurred during the specified time range of an incident.
|
ListEngagementsResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEngagementsResponse.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.ListEngagementsResponse.Builder engagements(Collection<Engagement> engagements)
A list of each engagement that occurred during the specified time range of an incident.
engagements - A list of each engagement that occurred during the specified time range of an incident.ListEngagementsResponse.Builder engagements(Engagement... engagements)
A list of each engagement that occurred during the specified time range of an incident.
engagements - A list of each engagement that occurred during the specified time range of an incident.ListEngagementsResponse.Builder engagements(Consumer<Engagement.Builder>... engagements)
A list of each engagement that occurred during the specified time range of an incident.
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 #engagements(List) .engagements - a consumer that will call methods on List.Builder #engagements(List) Copyright © 2021. All rights reserved.