public static interface ListInsightsAnyStatusFilter.Builder extends SdkPojo, CopyableBuilder<ListInsightsAnyStatusFilter.Builder,ListInsightsAnyStatusFilter>
| Modifier and Type | Method and Description |
|---|---|
default ListInsightsAnyStatusFilter.Builder |
startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
A time range used to specify when the behavior of the filtered insights started.
|
ListInsightsAnyStatusFilter.Builder |
startTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the behavior of the filtered insights started.
|
ListInsightsAnyStatusFilter.Builder |
type(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
ListInsightsAnyStatusFilter.Builder |
type(String type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListInsightsAnyStatusFilter.Builder type(String type)
Use to filter for either REACTIVE or PROACTIVE insights.
type - Use to filter for either REACTIVE or PROACTIVE insights.InsightType,
InsightTypeListInsightsAnyStatusFilter.Builder type(InsightType type)
Use to filter for either REACTIVE or PROACTIVE insights.
type - Use to filter for either REACTIVE or PROACTIVE insights.InsightType,
InsightTypeListInsightsAnyStatusFilter.Builder startTimeRange(StartTimeRange startTimeRange)
A time range used to specify when the behavior of the filtered insights started.
startTimeRange - A time range used to specify when the behavior of the filtered insights started.default ListInsightsAnyStatusFilter.Builder startTimeRange(Consumer<StartTimeRange.Builder> startTimeRange)
A time range used to specify when the behavior of the filtered insights started.
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)Copyright © 2023. All rights reserved.