public static interface ListTimelineEventsRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<ListTimelineEventsRequest.Builder,ListTimelineEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTimelineEventsRequest.Builder |
filters(Collection<Filter> filters)
Filters the timeline events based on the provided conditional values.
|
ListTimelineEventsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Filters the timeline events based on the provided conditional values.
|
ListTimelineEventsRequest.Builder |
filters(Filter... filters)
Filters the timeline events based on the provided conditional values.
|
ListTimelineEventsRequest.Builder |
incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
ListTimelineEventsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results per page.
|
ListTimelineEventsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListTimelineEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTimelineEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTimelineEventsRequest.Builder |
sortBy(String sortBy)
Sort timeline events by the specified key value pair.
|
ListTimelineEventsRequest.Builder |
sortBy(TimelineEventSort sortBy)
Sort timeline events by the specified key value pair.
|
ListTimelineEventsRequest.Builder |
sortOrder(SortOrder sortOrder)
Sorts the order of timeline events by the value specified in the
sortBy field. |
ListTimelineEventsRequest.Builder |
sortOrder(String sortOrder)
Sorts the order of timeline events by the value specified in the
sortBy field. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTimelineEventsRequest.Builder filters(Collection<Filter> filters)
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
filters - Filters the timeline events based on the provided conditional values. You can filter timeline events
with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
ListTimelineEventsRequest.Builder filters(Filter... filters)
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
filters - Filters the timeline events based on the provided conditional values. You can filter timeline events
with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
ListTimelineEventsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListTimelineEventsRequest.Builder incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident that includes the timeline event.ListTimelineEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of results per page.
maxResults - The maximum number of results per page.ListTimelineEventsRequest.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.ListTimelineEventsRequest.Builder sortBy(String sortBy)
Sort timeline events by the specified key value pair.
sortBy - Sort timeline events by the specified key value pair.TimelineEventSort,
TimelineEventSortListTimelineEventsRequest.Builder sortBy(TimelineEventSort sortBy)
Sort timeline events by the specified key value pair.
sortBy - Sort timeline events by the specified key value pair.TimelineEventSort,
TimelineEventSortListTimelineEventsRequest.Builder sortOrder(String sortOrder)
Sorts the order of timeline events by the value specified in the sortBy field.
ListTimelineEventsRequest.Builder sortOrder(SortOrder sortOrder)
Sorts the order of timeline events by the value specified in the sortBy field.
ListTimelineEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTimelineEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.