Interface BatchGetAssetPropertyValueHistorySkippedEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>,SdkBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyValueHistorySkippedEntry
public static interface BatchGetAssetPropertyValueHistorySkippedEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistorySkippedEntry.Builder,BatchGetAssetPropertyValueHistorySkippedEntry>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
entryId
BatchGetAssetPropertyValueHistorySkippedEntry.Builder entryId(String entryId)
The ID of the entry.
- Parameters:
entryId- The ID of the entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionStatus
BatchGetAssetPropertyValueHistorySkippedEntry.Builder completionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
- Parameters:
completionStatus- The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
completionStatus
BatchGetAssetPropertyValueHistorySkippedEntry.Builder completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.
- Parameters:
completionStatus- The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
errorInfo
BatchGetAssetPropertyValueHistorySkippedEntry.Builder errorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)
The error information, such as the error code and the timestamp.
- Parameters:
errorInfo- The error information, such as the error code and the timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorInfo
default BatchGetAssetPropertyValueHistorySkippedEntry.Builder errorInfo(Consumer<BatchGetAssetPropertyValueHistoryErrorInfo.Builder> errorInfo)
The error information, such as the error code and the timestamp.
This is a convenience method that creates an instance of theBatchGetAssetPropertyValueHistoryErrorInfo.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistoryErrorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorInfo(BatchGetAssetPropertyValueHistoryErrorInfo).- Parameters:
errorInfo- a consumer that will call methods onBatchGetAssetPropertyValueHistoryErrorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorInfo(BatchGetAssetPropertyValueHistoryErrorInfo)
-
-