Interface BatchGetAssetPropertyAggregatesSkippedEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,
,BatchGetAssetPropertyAggregatesSkippedEntry> SdkBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,
,BatchGetAssetPropertyAggregatesSkippedEntry> SdkPojo
- Enclosing class:
BatchGetAssetPropertyAggregatesSkippedEntry
@Mutable
@NotThreadSafe
public static interface BatchGetAssetPropertyAggregatesSkippedEntry.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionStatus
(String completionStatus) The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.completionStatus
(BatchEntryCompletionStatus completionStatus) The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.The ID of the entry.The error information, such as the error code and the timestamp.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
- Parameters:
completionStatus
- The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
completionStatus
BatchGetAssetPropertyAggregatesSkippedEntry.Builder completionStatus(BatchEntryCompletionStatus completionStatus) The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
- Parameters:
completionStatus
- The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorInfo
BatchGetAssetPropertyAggregatesSkippedEntry.Builder errorInfo(BatchGetAssetPropertyAggregatesErrorInfo 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 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 viaBatchGetAssetPropertyAggregatesErrorInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorInfo(BatchGetAssetPropertyAggregatesErrorInfo)
.- Parameters:
errorInfo
- a consumer that will call methods onBatchGetAssetPropertyAggregatesErrorInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-