Class ICdkGraphProps.Builder
- java.lang.Object
-
- software.aws.awsprototypingsdk.cdkgraph.ICdkGraphProps.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ICdkGraphProps>
- Enclosing interface:
- ICdkGraphProps
@Stability(Experimental) public static final class ICdkGraphProps.Builder extends Object implements software.amazon.jsii.Builder<ICdkGraphProps>
A builder forICdkGraphProps
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICdkGraphPropsbuild()Builds the configured instance.ICdkGraphProps.Builderplugins(List<? extends ICdkGraphPlugin> plugins)Sets the value ofICdkGraphProps.getPlugins()
-
-
-
Method Detail
-
plugins
@Stability(Experimental) public ICdkGraphProps.Builder plugins(List<? extends ICdkGraphPlugin> plugins)
Sets the value ofICdkGraphProps.getPlugins()- Parameters:
plugins- List of plugins to extends the graph. Plugins are invoked at each phases in fifo order.- Returns:
this
-
build
@Stability(Experimental) public ICdkGraphProps build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ICdkGraphProps>- Returns:
- a new instance of
ICdkGraphProps - Throws:
NullPointerException- if any required attribute was not provided
-
-