@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.958Z") @Stability(value=Deprecated) @Deprecated public interface MissingContext extends software.amazon.jsii.JsiiSerializable
This is necessary because its used as an input in the stable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
Object props;
MissingContext missingContext = MissingContext.builder()
.key("key")
.props(Map.of(
"propsKey", props))
.provider("provider")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MissingContext.Builder
Deprecated.
|
static class |
MissingContext.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MissingContext.Builder |
builder()
Deprecated.
|
String |
getKey()
Deprecated.
|
Map<String,Object> |
getProps()
Deprecated.
|
String |
getProvider()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getKey()
@Stability(value=Deprecated) @Deprecated @NotNull Map<String,Object> getProps()
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)
@Stability(value=Deprecated) @Deprecated @NotNull String getProvider()
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)
@Stability(value=Deprecated) @Deprecated static MissingContext.Builder builder()
MissingContext.Builder of MissingContextCopyright © 2022. All rights reserved.