public static interface GetPropertyValueResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResponse.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueResponse.Builder |
propertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
GetPropertyValueResponse.Builder |
tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
|
GetPropertyValueResponse.Builder |
tabularPropertyValues(Collection<? extends Map<String,DataValue>>... tabularPropertyValues)
A table of property values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertyValueResponse.Builder propertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the properties and latest property values in the response. Each string
in the mapping must be unique to this object.GetPropertyValueResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Collection<? extends Map<String,DataValue>>> tabularPropertyValues)
A table of property values.
tabularPropertyValues - A table of property values.GetPropertyValueResponse.Builder tabularPropertyValues(Collection<? extends Map<String,DataValue>>... tabularPropertyValues)
A table of property values.
tabularPropertyValues - A table of property values.Copyright © 2023. All rights reserved.