Interface BatchGetAssetPropertyValueSkippedEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>,SdkBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyValueSkippedEntry
public static interface BatchGetAssetPropertyValueSkippedEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueSkippedEntry.Builder,BatchGetAssetPropertyValueSkippedEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchGetAssetPropertyValueSkippedEntry.BuildercompletionStatus(String completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.BatchGetAssetPropertyValueSkippedEntry.BuildercompletionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.BatchGetAssetPropertyValueSkippedEntry.BuilderentryId(String entryId)The ID of the entry.default BatchGetAssetPropertyValueSkippedEntry.BuildererrorInfo(Consumer<BatchGetAssetPropertyValueErrorInfo.Builder> errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyValueSkippedEntry.BuildererrorInfo(BatchGetAssetPropertyValueErrorInfo errorInfo)The error information, such as the error code and the timestamp.-
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
BatchGetAssetPropertyValueSkippedEntry.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
BatchGetAssetPropertyValueSkippedEntry.Builder completionStatus(String completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
- Parameters:
completionStatus- The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
completionStatus
BatchGetAssetPropertyValueSkippedEntry.Builder completionStatus(BatchEntryCompletionStatus completionStatus)
The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.
- Parameters:
completionStatus- The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
errorInfo
BatchGetAssetPropertyValueSkippedEntry.Builder errorInfo(BatchGetAssetPropertyValueErrorInfo 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 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.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueErrorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorInfo(BatchGetAssetPropertyValueErrorInfo).- Parameters:
errorInfo- a consumer that will call methods onBatchGetAssetPropertyValueErrorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorInfo(BatchGetAssetPropertyValueErrorInfo)
-
-