Interface ListTimelineEventsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTimelineEventsRequest.Builder,
,ListTimelineEventsRequest> SdkBuilder<ListTimelineEventsRequest.Builder,
,ListTimelineEventsRequest> SdkPojo
,SdkRequest.Builder
,SsmIncidentsRequest.Builder
- Enclosing class:
ListTimelineEventsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<Filter> filters) Filters the timeline events based on the provided conditional values.filters
(Consumer<Filter.Builder>... filters) Filters the timeline events based on the provided conditional values.Filters the timeline events based on the provided conditional values.incidentRecordArn
(String incidentRecordArn) The Amazon Resource Name (ARN) of the incident that includes the timeline event.maxResults
(Integer maxResults) The maximum number of results per page.The pagination token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sort timeline events by the specified key value pair.sortBy
(TimelineEventSort sortBy) Sort timeline events by the specified key value pair.Sorts the order of timeline events by the value specified in thesortBy
field.Sorts the order of timeline events by the value specified in thesortBy
field.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssmincidents.model.SsmIncidentsRequest.Builder
build
-
Method Details
-
filters
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
-
eventReference
-
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.
- Parameters:
filters
- Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:-
eventReference
-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
-
eventReference
-
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.
- Parameters:
filters
- Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:-
eventReference
-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
-
eventReference
-
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 viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
incidentRecordArn
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
- Parameters:
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that includes the timeline event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results per page.
- Parameters:
maxResults
- The maximum number of results per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The pagination token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Sort timeline events by the specified key value pair.
- Parameters:
sortBy
- Sort timeline events by the specified key value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Sort timeline events by the specified key value pair.
- Parameters:
sortBy
- Sort timeline events by the specified key value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sorts the order of timeline events by the value specified in the
sortBy
field.- Parameters:
sortOrder
- Sorts the order of timeline events by the value specified in thesortBy
field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Sorts the order of timeline events by the value specified in the
sortBy
field.- Parameters:
sortOrder
- Sorts the order of timeline events by the value specified in thesortBy
field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListTimelineEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTimelineEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-