@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.104Z") @Stability(value=Stable) public interface MissingContext extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MissingContext.Builder
A builder for
MissingContext |
static class |
MissingContext.Jsii$Proxy
An implementation for
MissingContext |
| Modifier and Type | Method and Description |
|---|---|
static MissingContext.Builder |
builder() |
String |
getKey()
The missing context key.
|
Object |
getProps()
A set of provider-specific options.
|
ContextProvider |
getProvider()
The provider from which we expect this context key to be obtained.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull Object getProps()
@Stability(value=Stable) @NotNull ContextProvider getProvider()
@Stability(value=Stable) static MissingContext.Builder builder()
MissingContext.Builder of MissingContextCopyright © 2021. All rights reserved.