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