Interface ListInsightsOngoingStatusFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListInsightsOngoingStatusFilter.Builder,ListInsightsOngoingStatusFilter>,SdkBuilder<ListInsightsOngoingStatusFilter.Builder,ListInsightsOngoingStatusFilter>,SdkPojo
- Enclosing class:
- ListInsightsOngoingStatusFilter
public static interface ListInsightsOngoingStatusFilter.Builder extends SdkPojo, CopyableBuilder<ListInsightsOngoingStatusFilter.Builder,ListInsightsOngoingStatusFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInsightsOngoingStatusFilter.Buildertype(String type)Use to filter for eitherREACTIVEorPROACTIVEinsights.ListInsightsOngoingStatusFilter.Buildertype(InsightType type)Use to filter for eitherREACTIVEorPROACTIVEinsights.-
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, sdkFields
-
-
-
-
Method Detail
-
type
ListInsightsOngoingStatusFilter.Builder type(String type)
Use to filter for either
REACTIVEorPROACTIVEinsights.- Parameters:
type- Use to filter for eitherREACTIVEorPROACTIVEinsights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightType,InsightType
-
type
ListInsightsOngoingStatusFilter.Builder type(InsightType type)
Use to filter for either
REACTIVEorPROACTIVEinsights.- Parameters:
type- Use to filter for eitherREACTIVEorPROACTIVEinsights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightType,InsightType
-
-