public static interface ListOpsItemEventsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListOpsItemEventsResponse.Builder,ListOpsItemEventsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOpsItemEventsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListOpsItemEventsResponse.Builder |
summaries(Collection<OpsItemEventSummary> summaries)
A list of event information for the specified OpsItems.
|
ListOpsItemEventsResponse.Builder |
summaries(Consumer<OpsItemEventSummary.Builder>... summaries)
A list of event information for the specified OpsItems.
|
ListOpsItemEventsResponse.Builder |
summaries(OpsItemEventSummary... summaries)
A list of event information for the specified OpsItems.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOpsItemEventsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.ListOpsItemEventsResponse.Builder summaries(Collection<OpsItemEventSummary> summaries)
A list of event information for the specified OpsItems.
summaries - A list of event information for the specified OpsItems.ListOpsItemEventsResponse.Builder summaries(OpsItemEventSummary... summaries)
A list of event information for the specified OpsItems.
summaries - A list of event information for the specified OpsItems.ListOpsItemEventsResponse.Builder summaries(Consumer<OpsItemEventSummary.Builder>... summaries)
A list of event information for the specified OpsItems.
This is a convenience method that creates an instance of theOpsItemEventSummary.Builder avoiding the need to create one
manually via OpsItemEventSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #summaries(List.
summaries - a consumer that will call methods on
OpsItemEventSummary.Builder#summaries(java.util.Collection) Copyright © 2022. All rights reserved.