public static interface GetPropertyValueHistoryResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPropertyValueHistoryResponse.Builder,GetPropertyValueHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryResponse.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryResponse.Builder |
propertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResponse.Builder |
propertyValues(Consumer<PropertyValueHistory.Builder>... propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResponse.Builder |
propertyValues(PropertyValueHistory... propertyValues)
An object that maps strings to the property definitions in the component type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertyValueHistoryResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.GetPropertyValueHistoryResponse.Builder propertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the property definitions in the component type. Each string in the
mapping must be unique to this object.GetPropertyValueHistoryResponse.Builder propertyValues(PropertyValueHistory... propertyValues)
An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the property definitions in the component type. Each string in the
mapping must be unique to this object.GetPropertyValueHistoryResponse.Builder propertyValues(Consumer<PropertyValueHistory.Builder>... propertyValues)
An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #propertyValues(List) .propertyValues - a consumer that will call methods on List.Builder #propertyValues(List) Copyright © 2022. All rights reserved.