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.
BatchGetAssetPropertyValueHistoryErrorEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueHistoryErrorEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errorEntries(List.
errorEntries - a consumer that will call methods on
BatchGetAssetPropertyValueHistoryErrorEntry.Builder#errorEntries(java.util.Collection) 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.
BatchGetAssetPropertyValueHistorySuccessEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueHistorySuccessEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #successEntries(List.
successEntries - a consumer that will call methods on
BatchGetAssetPropertyValueHistorySuccessEntry.Builder#successEntries(java.util.Collection) 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.
BatchGetAssetPropertyValueHistorySkippedEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueHistorySkippedEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #skippedEntries(List.
skippedEntries - a consumer that will call methods on
BatchGetAssetPropertyValueHistorySkippedEntry.Builder#skippedEntries(java.util.Collection) 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 © 2023. All rights reserved.