Class PluginContextQuery.Builder
- java.lang.Object
-
- software.amazon.awscdk.cloudassembly.schema.PluginContextQuery.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PluginContextQuery>
- Enclosing interface:
- PluginContextQuery
@Stability(Stable) public static final class PluginContextQuery.Builder extends Object implements software.amazon.jsii.Builder<PluginContextQuery>
A builder forPluginContextQuery
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginContextQuerybuild()Builds the configured instance.PluginContextQuery.BuilderpluginName(String pluginName)Sets the value ofPluginContextQuery.getPluginName()
-
-
-
Method Detail
-
pluginName
@Stability(Stable) public PluginContextQuery.Builder pluginName(String pluginName)
Sets the value ofPluginContextQuery.getPluginName()- Parameters:
pluginName- The name of the plugin. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public PluginContextQuery build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PluginContextQuery>- Returns:
- a new instance of
PluginContextQuery - Throws:
NullPointerException- if any required attribute was not provided
-
-