@Stability(value=Deprecated) @Deprecated public static final class MissingContext.Builder extends Object implements software.amazon.jsii.Builder<MissingContext>
MissingContext| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MissingContext |
build()
Deprecated.
|
MissingContext.Builder |
key(String key)
Deprecated.
|
MissingContext.Builder |
props(Map<String,? extends Object> props)
Deprecated.
|
MissingContext.Builder |
provider(String provider)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public MissingContext.Builder key(String key)
MissingContext.getKey()key - The missing context key. This parameter is required.this@Stability(value=Deprecated) @Deprecated public MissingContext.Builder props(Map<String,? extends Object> props)
MissingContext.getProps()props - A set of provider-specific options. This parameter is required.
(This is the old untyped definition, which is necessary for backwards compatibility.
See cxschema for a type definition.)this@Stability(value=Deprecated) @Deprecated public MissingContext.Builder provider(String provider)
MissingContext.getProvider()provider - The provider from which we expect this context key to be obtained. This parameter is required.
(This is the old untyped definition, which is necessary for backwards compatibility.
See cxschema for a type definition.)this@Stability(value=Deprecated) @Deprecated public MissingContext build()
build in interface software.amazon.jsii.Builder<MissingContext>MissingContextNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.