Interface BatchGetAssetPropertyAggregatesSkippedEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>,SdkBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyAggregatesSkippedEntry
public static interface BatchGetAssetPropertyAggregatesSkippedEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesSkippedEntry.Builder,BatchGetAssetPropertyAggregatesSkippedEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BatchGetAssetPropertyAggregatesSkippedEntry.BuildercompletionStatus(String completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchGetAssetPropertyAggregatesSkippedEntry.BuildercompletionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.BatchGetAssetPropertyAggregatesSkippedEntry.BuilderentryId(String entryId)The ID of the entry.default BatchGetAssetPropertyAggregatesSkippedEntry.BuildererrorInfo(Consumer<BatchGetAssetPropertyAggregatesErrorInfo.Builder> errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyAggregatesSkippedEntry.BuildererrorInfo(BatchGetAssetPropertyAggregatesErrorInfo 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
BatchGetAssetPropertyAggregatesSkippedEntry.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
BatchGetAssetPropertyAggregatesSkippedEntry.Builder completionStatus(String 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:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
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:
BatchEntryCompletionStatus,BatchEntryCompletionStatus
-
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.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesErrorInfo.builder().When the
Consumercompletes,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:
errorInfo(BatchGetAssetPropertyAggregatesErrorInfo)
-
-