@Stability(value=Experimental) public static final class GetContextKeyOptions.Builder extends Object
GetContextKeyOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetContextKeyOptions |
build()
Builds the configured instance.
|
GetContextKeyOptions.Builder |
withProps(Map<String,Object> value)
Sets the value of Props
|
GetContextKeyOptions.Builder |
withProvider(String value)
Sets the value of Provider
|
@Stability(value=Experimental) public GetContextKeyOptions.Builder withProvider(String value)
value - The context provider to query.this@Stability(value=Experimental) public GetContextKeyOptions.Builder withProps(@Nullable Map<String,Object> value)
value - Provider-specific properties.this@Stability(value=Experimental) public GetContextKeyOptions build()
GetContextKeyOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.