public static interface ResultRowValue.Builder extends SdkPojo, CopyableBuilder<ResultRowValue.Builder,ResultRowValue>
| Modifier and Type | Method and Description |
|---|---|
ResultRowValue.Builder |
key(String key)
The name of the field that Amazon Pinpoint uses to store the value specified by the Value property.
|
ResultRowValue.Builder |
type(String type)
The data type of the value specified by the Value property.
|
ResultRowValue.Builder |
value(String value)
In a Values object, the value for the metric that the query retrieved data for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultRowValue.Builder key(String key)
The name of the field that Amazon Pinpoint uses to store the value specified by the Value property.
key - The name of the field that Amazon Pinpoint uses to store the value specified by the Value property.ResultRowValue.Builder type(String type)
The data type of the value specified by the Value property.
type - The data type of the value specified by the Value property.
ResultRowValue.Builder value(String value)
In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
value - In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys
object, the value for the field that was used to group data in a result set that contains multiple
results (Values objects).Copyright © 2019. All rights reserved.