public static interface BatchGetAssetPropertyAggregatesSkippedEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
|
BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
completionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
|
BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
errorInfo(BatchGetAssetPropertyAggregatesErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
|
default BatchGetAssetPropertyAggregatesSkippedEntry.Builder |
errorInfo(Consumer<BatchGetAssetPropertyAggregatesErrorInfo.Builder> errorInfo)
The error information, such as the error code and the timestamp.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesSkippedEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyAggregatesSkippedEntry.Builder completionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchEntryCompletionStatus,
BatchEntryCompletionStatusBatchGetAssetPropertyAggregatesSkippedEntry.Builder completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
completionStatus - The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchEntryCompletionStatus,
BatchEntryCompletionStatusBatchGetAssetPropertyAggregatesSkippedEntry.Builder errorInfo(BatchGetAssetPropertyAggregatesErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
errorInfo - The error information, such as the error code and the timestamp.default BatchGetAssetPropertyAggregatesSkippedEntry.Builder errorInfo(Consumer<BatchGetAssetPropertyAggregatesErrorInfo.Builder> errorInfo)
The error information, such as the error code and the timestamp.
This is a convenience method that creates an instance of theBatchGetAssetPropertyAggregatesErrorInfo.Builder avoiding the need to create one manually via
BatchGetAssetPropertyAggregatesErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to errorInfo(BatchGetAssetPropertyAggregatesErrorInfo).
errorInfo - a consumer that will call methods on BatchGetAssetPropertyAggregatesErrorInfo.BuildererrorInfo(BatchGetAssetPropertyAggregatesErrorInfo)Copyright © 2022. All rights reserved.