@Stability(value=Experimental) public static final class GetContextKeyResult.Builder extends Object implements software.amazon.jsii.Builder<GetContextKeyResult>
GetContextKeyResult
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetContextKeyResult |
build()
Builds the configured instance.
|
GetContextKeyResult.Builder |
key(String key)
Sets the value of
GetContextKeyResult.getKey() |
GetContextKeyResult.Builder |
props(Map<String,Object> props)
Sets the value of
GetContextKeyResult.getProps() |
@Stability(value=Experimental) public GetContextKeyResult.Builder key(String key)
GetContextKeyResult.getKey()
key
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public GetContextKeyResult.Builder props(Map<String,Object> props)
GetContextKeyResult.getProps()
props
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public GetContextKeyResult build()
build
in interface software.amazon.jsii.Builder<GetContextKeyResult>
GetContextKeyResult
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.