Interface IGraphFilterPlanFocusConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IGraphFilterPlanFocusConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.378Z") @Stability(Experimental) public interface IGraphFilterPlanFocusConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIGraphFilterPlanFocusConfig.BuilderA builder forIGraphFilterPlanFocusConfigstatic classIGraphFilterPlanFocusConfig.Jsii$ProxyAn implementation forIGraphFilterPlanFocusConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IGraphFilterPlanFocusConfig.Builderbuilder()ObjectgetNode()(experimental) The node or resolver to determine the node to focus on.default BooleangetNoHoist()(experimental) Indicates if ancestral containers are preserved (eg: Stages, Stack).
-
-
-
Method Detail
-
getNode
@Stability(Experimental) @NotNull Object getNode()
(experimental) The node or resolver to determine the node to focus on.
-
getNoHoist
@Stability(Experimental) @Nullable default Boolean getNoHoist()
(experimental) Indicates if ancestral containers are preserved (eg: Stages, Stack).If
false, the "focused node" will be hoisted to the graph root and all ancestors will be pruned. Iftrue, the "focused" will be left in-place, while all siblings and non-scope ancestors will be pruned.Default: true
-
builder
@Stability(Experimental) static IGraphFilterPlanFocusConfig.Builder builder()
-
-