public static interface BatchGetAssetPropertyValueResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueResponse.Builder,BatchGetAssetPropertyValueResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueResponse.Builder errorEntries(Collection<BatchGetAssetPropertyValueErrorEntry> 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.BatchGetAssetPropertyValueResponse.Builder errorEntries(BatchGetAssetPropertyValueErrorEntry... 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.BatchGetAssetPropertyValueResponse.Builder errorEntries(Consumer<BatchGetAssetPropertyValueErrorEntry.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.
BatchGetAssetPropertyValueErrorEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueErrorEntry.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
BatchGetAssetPropertyValueErrorEntry.Builder#errorEntries(java.util.Collection) BatchGetAssetPropertyValueResponse.Builder successEntries(Collection<BatchGetAssetPropertyValueSuccessEntry> 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.BatchGetAssetPropertyValueResponse.Builder successEntries(BatchGetAssetPropertyValueSuccessEntry... 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.BatchGetAssetPropertyValueResponse.Builder successEntries(Consumer<BatchGetAssetPropertyValueSuccessEntry.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.
BatchGetAssetPropertyValueSuccessEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueSuccessEntry.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
BatchGetAssetPropertyValueSuccessEntry.Builder#successEntries(java.util.Collection) BatchGetAssetPropertyValueResponse.Builder skippedEntries(Collection<BatchGetAssetPropertyValueSkippedEntry> 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.BatchGetAssetPropertyValueResponse.Builder skippedEntries(BatchGetAssetPropertyValueSkippedEntry... 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.BatchGetAssetPropertyValueResponse.Builder skippedEntries(Consumer<BatchGetAssetPropertyValueSkippedEntry.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.
BatchGetAssetPropertyValueSkippedEntry.Builder
avoiding the need to create one manually via
BatchGetAssetPropertyValueSkippedEntry.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
BatchGetAssetPropertyValueSkippedEntry.Builder#skippedEntries(java.util.Collection) BatchGetAssetPropertyValueResponse.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.