public static interface SearchInsightsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<SearchInsightsRequest.Builder,SearchInsightsRequest>
| Modifier and Type | Method and Description |
|---|---|
default SearchInsightsRequest.Builder |
filters(Consumer<SearchInsightsFilters.Builder> filters)
A
SearchInsightsFilters object that is used to set the severity and status filters on your
insight search. |
SearchInsightsRequest.Builder |
filters(SearchInsightsFilters filters)
A
SearchInsightsFilters object that is used to set the severity and status filters on your
insight search. |
SearchInsightsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
SearchInsightsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
SearchInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default SearchInsightsRequest.Builder |
startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
The start of the time range passed in.
|
SearchInsightsRequest.Builder |
startTimeRange(StartTimeRange startTimeRange)
The start of the time range passed in.
|
SearchInsightsRequest.Builder |
type(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
SearchInsightsRequest.Builder |
type(String type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchInsightsRequest.Builder startTimeRange(StartTimeRange startTimeRange)
The start of the time range passed in. Returned insights occurred after this time.
startTimeRange - The start of the time range passed in. Returned insights occurred after this time.default SearchInsightsRequest.Builder startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
The start of the time range passed in. Returned insights occurred after this time.
This is a convenience method that creates an instance of theStartTimeRange.Builder avoiding the need
to create one manually via StartTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to startTimeRange(StartTimeRange).
startTimeRange - a consumer that will call methods on StartTimeRange.BuilderstartTimeRange(StartTimeRange)SearchInsightsRequest.Builder filters(SearchInsightsFilters filters)
A SearchInsightsFilters object that is used to set the severity and status filters on your
insight search.
filters - A SearchInsightsFilters object that is used to set the severity and status filters on
your insight search.default SearchInsightsRequest.Builder filters(Consumer<SearchInsightsFilters.Builder> filters)
A SearchInsightsFilters object that is used to set the severity and status filters on your
insight search.
SearchInsightsFilters.Builder avoiding
the need to create one manually via SearchInsightsFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filters(SearchInsightsFilters).
filters - a consumer that will call methods on SearchInsightsFilters.Builderfilters(SearchInsightsFilters)SearchInsightsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.SearchInsightsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.SearchInsightsRequest.Builder type(String type)
The type of insights you are searching for (REACTIVE or PROACTIVE).
type - The type of insights you are searching for (REACTIVE or PROACTIVE).InsightType,
InsightTypeSearchInsightsRequest.Builder type(InsightType type)
The type of insights you are searching for (REACTIVE or PROACTIVE).
type - The type of insights you are searching for (REACTIVE or PROACTIVE).InsightType,
InsightTypeSearchInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.