Interface PluginContextQuery
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PluginContextQuery.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.798Z") @Stability(Stable) public interface PluginContextQuery extends software.amazon.jsii.JsiiSerializable
Query input for plugins.This alternate branch is necessary because it needs to be able to escape all type checking we do on on the cloud assembly -- we cannot know the properties that will be used a priori.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPluginContextQuery.BuilderA builder forPluginContextQuerystatic classPluginContextQuery.Jsii$ProxyAn implementation forPluginContextQuery
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PluginContextQuery.Builderbuilder()StringgetPluginName()The name of the plugin.
-
-
-
Method Detail
-
getPluginName
@Stability(Stable) @NotNull String getPluginName()
The name of the plugin.
-
builder
@Stability(Stable) static PluginContextQuery.Builder builder()
- Returns:
- a
PluginContextQuery.BuilderofPluginContextQuery
-
-