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 theBatchGetAssetPropertyAggregatesEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyAggregatesEntry.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
BatchGetAssetPropertyAggregatesEntry.Builder#entries(java.util.Collection) 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 equal to 1 MB.
The number of data points in the result set is equal to 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 equal to 1 MB.
The number of data points in the result set is equal to 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 © 2023. All rights reserved.