public static interface GetAssetPropertyAggregatesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyAggregatesResponse.Builder,GetAssetPropertyAggregatesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyAggregatesResponse.Builder |
aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResponse.Builder |
aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResponse.Builder |
aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetPropertyAggregatesResponse.Builder aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
aggregatedValues - The requested aggregated values.GetAssetPropertyAggregatesResponse.Builder aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
aggregatedValues - The requested aggregated values.GetAssetPropertyAggregatesResponse.Builder aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated values.
This is a convenience method that creates an instance of theAggregatedValue.Builder avoiding the need to create
one manually via AggregatedValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #aggregatedValues(List.
aggregatedValues - a consumer that will call methods on
AggregatedValue.Builder#aggregatedValues(java.util.Collection) GetAssetPropertyAggregatesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.