public static class GetFeaturesRequestData.Builder
extends java.lang.Object
GetFeaturesRequestData object| Constructor and Description |
|---|
Builder()
Instantiates a new Builder
|
| Modifier and Type | Method and Description |
|---|---|
GetFeaturesRequestData |
build()
Build a
GetFeaturesRequestData object from the Builder |
GetFeaturesRequestData.Builder |
joinKeyMap(java.util.Map<java.lang.String,java.lang.String> joinKeyMap)
Setter for joinKeyMap
|
GetFeaturesRequestData.Builder |
requestContextMap(java.util.Map<java.lang.String,java.lang.Object> requestContextMap)
Setter for requestContextMap
|
public GetFeaturesRequestData.Builder joinKeyMap(java.util.Map<java.lang.String,java.lang.String> joinKeyMap)
joinKeyMap - Join keys used for table-based FeatureViews.
The key of this map is the join key name and the value is the join key value for this request
For string keys, the value should be a string
For int64 (Long) keys, the value should be a string of the decimal representation of the integer
public GetFeaturesRequestData.Builder requestContextMap(java.util.Map<java.lang.String,java.lang.Object> requestContextMap)
requestContextMap - Request context used for OnDemand FeatureViews.
The key of this map is the join key name and the value is the join key value for this request
For string values, the value should be a java.lang.String
For int64 values, the value should be a java.lang.String of the decimal representation of the integer
For double values, the value should be a java.lang.Double
public GetFeaturesRequestData build()
GetFeaturesRequestData object from the BuilderGetFeaturesRequestData