@Stability(value=Experimental) public static final class GetContextKeyResult.Builder extends Object
GetContextKeyResult| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetContextKeyResult |
build()
Builds the configured instance.
|
GetContextKeyResult.Builder |
withKey(String value)
Sets the value of Key
|
GetContextKeyResult.Builder |
withProps(Map<String,Object> value)
Sets the value of Props
|
@Stability(value=Experimental) public GetContextKeyResult.Builder withKey(String value)
value - the value to be setthis@Stability(value=Experimental) public GetContextKeyResult.Builder withProps(Map<String,Object> value)
value - the value to be setthis@Stability(value=Experimental) public GetContextKeyResult build()
GetContextKeyResultNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.