public static interface ListIncidentRecordsRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<ListIncidentRecordsRequest.Builder,ListIncidentRecordsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsRequest.Builder |
filters(Collection<Filter> filters)
Filters the list of incident records you want to search through.
|
ListIncidentRecordsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
Filters the list of incident records you want to search through.
|
ListIncidentRecordsRequest.Builder |
filters(Filter... filters)
Filters the list of incident records you want to search through.
|
ListIncidentRecordsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results per page.
|
ListIncidentRecordsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListIncidentRecordsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIncidentRecordsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIncidentRecordsRequest.Builder filters(Collection<Filter> filters)
Filters the list of incident records you want to search through. You can filter on the following keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
filters - Filters the list of incident records you want to search through. You can filter on the following
keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
ListIncidentRecordsRequest.Builder filters(Filter... filters)
Filters the list of incident records you want to search through. You can filter on the following keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
filters - Filters the list of incident records you want to search through. You can filter on the following
keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
ListIncidentRecordsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters the list of incident records you want to search through. You can filter on the following keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records 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) ListIncidentRecordsRequest.Builder maxResults(Integer maxResults)
The maximum number of results per page.
maxResults - The maximum number of results per page.ListIncidentRecordsRequest.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.ListIncidentRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIncidentRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.