Interface GetAssetPropertyValueHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssetPropertyValueHistoryResponse.Builder,GetAssetPropertyValueHistoryResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<GetAssetPropertyValueHistoryResponse.Builder,GetAssetPropertyValueHistoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssetPropertyValueHistoryResponse
public static interface GetAssetPropertyValueHistoryResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyValueHistoryResponse.Builder,GetAssetPropertyValueHistoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssetPropertyValueHistoryResponse.BuilderassetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)The asset property's value history.GetAssetPropertyValueHistoryResponse.BuilderassetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)The asset property's value history.GetAssetPropertyValueHistoryResponse.BuilderassetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)The asset property's value history.GetAssetPropertyValueHistoryResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no additional results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assetPropertyValueHistory
GetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
- Parameters:
assetPropertyValueHistory- The asset property's value history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetPropertyValueHistory
GetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
- Parameters:
assetPropertyValueHistory- The asset property's value history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetPropertyValueHistory
GetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)
The asset property's value history.
This is a convenience method that creates an instance of theAssetPropertyValue.Builderavoiding the need to create one manually viaAssetPropertyValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assetPropertyValueHistory(List.) - Parameters:
assetPropertyValueHistory- a consumer that will call methods onAssetPropertyValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assetPropertyValueHistory(java.util.Collection)
-
nextToken
GetAssetPropertyValueHistoryResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-