public static interface BatchGetAssetPropertyValueHistoryRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryRequest.Builder,BatchGetAssetPropertyValueHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistoryRequest.Builder entries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
entries - The list of asset property historical value entries for the batch get request. You can specify up to
16 entries per request.BatchGetAssetPropertyValueHistoryRequest.Builder entries(BatchGetAssetPropertyValueHistoryEntry... entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
entries - The list of asset property historical value entries for the batch get request. You can specify up to
16 entries per request.BatchGetAssetPropertyValueHistoryRequest.Builder entries(Consumer<BatchGetAssetPropertyValueHistoryEntry.Builder>... entries)
The list of asset property historical value 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 theBatchGetAssetPropertyValueHistoryEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueHistoryEntry.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
BatchGetAssetPropertyValueHistoryEntry.Builder#entries(java.util.Collection) BatchGetAssetPropertyValueHistoryRequest.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.BatchGetAssetPropertyValueHistoryRequest.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.
BatchGetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.