Interface MissingContext
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MissingContext.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.797Z") @Stability(Stable) public interface MissingContext extends software.amazon.jsii.JsiiSerializable
Represents a missing piece of context.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMissingContext.BuilderA builder forMissingContextstatic classMissingContext.Jsii$ProxyAn implementation forMissingContext
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MissingContext.Builderbuilder()StringgetKey()The missing context key.ObjectgetProps()A set of provider-specific options.ContextProvidergetProvider()The provider from which we expect this context key to be obtained.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
The missing context key.
-
getProps
@Stability(Stable) @NotNull Object getProps()
A set of provider-specific options.Returns union: either
AmiContextQueryorAvailabilityZonesContextQueryorHostedZoneContextQueryorSSMParameterContextQueryorVpcContextQueryorEndpointServiceAvailabilityZonesContextQueryorLoadBalancerContextQueryorLoadBalancerListenerContextQueryorSecurityGroupContextQueryorKeyContextQueryorCcApiContextQueryorPluginContextQuery
-
getProvider
@Stability(Stable) @NotNull ContextProvider getProvider()
The provider from which we expect this context key to be obtained.
-
builder
@Stability(Stable) static MissingContext.Builder builder()
- Returns:
- a
MissingContext.BuilderofMissingContext
-
-