public static interface BatchGetAssetPropertyAggregatesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesRequest.Builder,BatchGetAssetPropertyAggregatesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesRequest.Builder entries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
entries - The list of asset property aggregate entries for the batch get request. You can specify up to 16
entries per request.BatchGetAssetPropertyAggregatesRequest.Builder entries(BatchGetAssetPropertyAggregatesEntry... entries)
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
entries - The list of asset property aggregate entries for the batch get request. You can specify up to 16
entries per request.BatchGetAssetPropertyAggregatesRequest.Builder entries(Consumer<BatchGetAssetPropertyAggregatesEntry.Builder>... entries)
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) BatchGetAssetPropertyAggregatesRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.BatchGetAssetPropertyAggregatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is less than 1 MB.
The number of data points in the result set is less than the value of maxResults. The maximum
value of maxResults is 4000.
maxResults - The maximum number of results to return for each paginated request. A result set is returned in the
two cases, whichever occurs first.
The size of the result set is less than 1 MB.
The number of data points in the result set is less than the value of maxResults. The
maximum value of maxResults is 4000.
BatchGetAssetPropertyAggregatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.