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 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 thePropertyValueHistory.Builder avoiding the need to
create one manually via
PropertyValueHistory.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyValues(List.
propertyValues - a consumer that will call methods on
PropertyValueHistory.Builder#propertyValues(java.util.Collection) GetPropertyValueHistoryResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.Copyright © 2023. All rights reserved.