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