static GetPropertyValueResponse.Builder |
GetPropertyValueResponse.builder() |
|
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.Builder.nextToken(String nextToken) |
The string that specifies the next page of results.
|
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.Builder.propertyValues(Map<String,PropertyLatestValue> propertyValues) |
An object that maps strings to the properties and latest property values in the response.
|
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.Builder.tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues) |
A table of property values.
|
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.Builder.tabularPropertyValues(Collection<? extends Map<String,DataValue>>... tabularPropertyValues) |
A table of property values.
|
GetPropertyValueResponse.Builder |
GetPropertyValueResponse.toBuilder() |
|