public static interface BatchGetAssetPropertyValueHistoryResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryResponse.Builder,BatchGetAssetPropertyValueHistoryResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(Collection<BatchGetAssetPropertyValueHistoryErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId of the entry that failed.BatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(BatchGetAssetPropertyValueHistoryErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId of the entry that failed.
errorEntries - A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId of the entry that failed.BatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(Consumer<BatchGetAssetPropertyValueHistoryErrorEntry.Builder>... errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId of the entry that failed.
.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is passed
to #errorEntries(List) .errorEntries - a consumer that will call methods on List.Builder #errorEntries(List) BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(Collection<BatchGetAssetPropertyValueHistorySuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId of the entry that succeeded and the latest query result.
successEntries - A list of entries that were processed successfully by this batch request. Each success entry contains
the entryId of the entry that succeeded and the latest query result.BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(BatchGetAssetPropertyValueHistorySuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId of the entry that succeeded and the latest query result.
successEntries - A list of entries that were processed successfully by this batch request. Each success entry contains
the entryId of the entry that succeeded and the latest query result.BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(Consumer<BatchGetAssetPropertyValueHistorySuccessEntry.Builder>... successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId of the entry that succeeded and the latest query result.
.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is
passed to #successEntries(List) .successEntries - a consumer that will call methods on .Builder #successEntries(List) BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(Collection<BatchGetAssetPropertyValueHistorySkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId of the entry
that skipped.
skippedEntries - A list of entries that were not processed by this batch request. because these entries had been
completely processed by previous paginated requests. Each skipped entry contains the
entryId of the entry that skipped.BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(BatchGetAssetPropertyValueHistorySkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId of the entry
that skipped.
skippedEntries - A list of entries that were not processed by this batch request. because these entries had been
completely processed by previous paginated requests. Each skipped entry contains the
entryId of the entry that skipped.BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(Consumer<BatchGetAssetPropertyValueHistorySkippedEntry.Builder>... skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId of the entry
that skipped.
.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its result is
passed to #skippedEntries(List) .skippedEntries - a consumer that will call methods on .Builder #skippedEntries(List) BatchGetAssetPropertyValueHistoryResponse.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 © 2022. All rights reserved.