Interface ListInsightsStatusFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListInsightsStatusFilter.Builder,ListInsightsStatusFilter>,SdkBuilder<ListInsightsStatusFilter.Builder,ListInsightsStatusFilter>,SdkPojo
- Enclosing class:
- ListInsightsStatusFilter
public static interface ListInsightsStatusFilter.Builder extends SdkPojo, CopyableBuilder<ListInsightsStatusFilter.Builder,ListInsightsStatusFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListInsightsStatusFilter.Builderany(Consumer<ListInsightsAnyStatusFilter.Builder> any)AListInsightsAnyStatusFilterthat specifies insights of any status that are eitherREACTIVEorPROACTIVE.ListInsightsStatusFilter.Builderany(ListInsightsAnyStatusFilter any)AListInsightsAnyStatusFilterthat specifies insights of any status that are eitherREACTIVEorPROACTIVE.default ListInsightsStatusFilter.Builderclosed(Consumer<ListInsightsClosedStatusFilter.Builder> closed)AListInsightsClosedStatusFilterthat specifies closed insights that are eitherREACTIVEorPROACTIVE.ListInsightsStatusFilter.Builderclosed(ListInsightsClosedStatusFilter closed)AListInsightsClosedStatusFilterthat specifies closed insights that are eitherREACTIVEorPROACTIVE.default ListInsightsStatusFilter.Builderongoing(Consumer<ListInsightsOngoingStatusFilter.Builder> ongoing)AListInsightsAnyStatusFilterthat specifies ongoing insights that are eitherREACTIVEorPROACTIVE.ListInsightsStatusFilter.Builderongoing(ListInsightsOngoingStatusFilter ongoing)AListInsightsAnyStatusFilterthat specifies ongoing insights that are eitherREACTIVEorPROACTIVE.-
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
-
ongoing
ListInsightsStatusFilter.Builder ongoing(ListInsightsOngoingStatusFilter ongoing)
A
ListInsightsAnyStatusFilterthat specifies ongoing insights that are eitherREACTIVEorPROACTIVE.- Parameters:
ongoing- AListInsightsAnyStatusFilterthat specifies ongoing insights that are eitherREACTIVEorPROACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ongoing
default ListInsightsStatusFilter.Builder ongoing(Consumer<ListInsightsOngoingStatusFilter.Builder> ongoing)
A
This is a convenience method that creates an instance of theListInsightsAnyStatusFilterthat specifies ongoing insights that are eitherREACTIVEorPROACTIVE.ListInsightsOngoingStatusFilter.Builderavoiding the need to create one manually viaListInsightsOngoingStatusFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toongoing(ListInsightsOngoingStatusFilter).- Parameters:
ongoing- a consumer that will call methods onListInsightsOngoingStatusFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ongoing(ListInsightsOngoingStatusFilter)
-
closed
ListInsightsStatusFilter.Builder closed(ListInsightsClosedStatusFilter closed)
A
ListInsightsClosedStatusFilterthat specifies closed insights that are eitherREACTIVEorPROACTIVE.- Parameters:
closed- AListInsightsClosedStatusFilterthat specifies closed insights that are eitherREACTIVEorPROACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
closed
default ListInsightsStatusFilter.Builder closed(Consumer<ListInsightsClosedStatusFilter.Builder> closed)
A
This is a convenience method that creates an instance of theListInsightsClosedStatusFilterthat specifies closed insights that are eitherREACTIVEorPROACTIVE.ListInsightsClosedStatusFilter.Builderavoiding the need to create one manually viaListInsightsClosedStatusFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclosed(ListInsightsClosedStatusFilter).- Parameters:
closed- a consumer that will call methods onListInsightsClosedStatusFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
closed(ListInsightsClosedStatusFilter)
-
any
ListInsightsStatusFilter.Builder any(ListInsightsAnyStatusFilter any)
A
ListInsightsAnyStatusFilterthat specifies insights of any status that are eitherREACTIVEorPROACTIVE.- Parameters:
any- AListInsightsAnyStatusFilterthat specifies insights of any status that are eitherREACTIVEorPROACTIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
any
default ListInsightsStatusFilter.Builder any(Consumer<ListInsightsAnyStatusFilter.Builder> any)
A
This is a convenience method that creates an instance of theListInsightsAnyStatusFilterthat specifies insights of any status that are eitherREACTIVEorPROACTIVE.ListInsightsAnyStatusFilter.Builderavoiding the need to create one manually viaListInsightsAnyStatusFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toany(ListInsightsAnyStatusFilter).- Parameters:
any- a consumer that will call methods onListInsightsAnyStatusFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
any(ListInsightsAnyStatusFilter)
-
-