Interface BatchGetAssetPropertyValueHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistoryResponse.Builder,BatchGetAssetPropertyValueHistoryResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<BatchGetAssetPropertyValueHistoryResponse.Builder,BatchGetAssetPropertyValueHistoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetAssetPropertyValueHistoryResponse
public static interface BatchGetAssetPropertyValueHistoryResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryResponse.Builder,BatchGetAssetPropertyValueHistoryResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errorEntries
BatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(Collection<BatchGetAssetPropertyValueHistoryErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryIdof the entry that failed.- Parameters:
errorEntries- A list of the errors (if any) associated with the batch request. Each error entry contains theentryIdof the entry that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
BatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(BatchGetAssetPropertyValueHistoryErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryIdof the entry that failed.- Parameters:
errorEntries- A list of the errors (if any) associated with the batch request. Each error entry contains theentryIdof the entry that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorEntries
BatchGetAssetPropertyValueHistoryResponse.Builder errorEntries(Consumer<BatchGetAssetPropertyValueHistoryErrorEntry.Builder>... errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
This is a convenience method that creates an instance of theentryIdof the entry that failed.BatchGetAssetPropertyValueHistoryErrorEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistoryErrorEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errorEntries(List.) - Parameters:
errorEntries- a consumer that will call methods onBatchGetAssetPropertyValueHistoryErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errorEntries(java.util.Collection)
-
successEntries
BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(Collection<BatchGetAssetPropertyValueHistorySuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryIdof the entry that succeeded and the latest query result.- Parameters:
successEntries- A list of entries that were processed successfully by this batch request. Each success entry contains theentryIdof the entry that succeeded and the latest query result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successEntries
BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(BatchGetAssetPropertyValueHistorySuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryIdof the entry that succeeded and the latest query result.- Parameters:
successEntries- A list of entries that were processed successfully by this batch request. Each success entry contains theentryIdof the entry that succeeded and the latest query result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successEntries
BatchGetAssetPropertyValueHistoryResponse.Builder successEntries(Consumer<BatchGetAssetPropertyValueHistorySuccessEntry.Builder>... successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
This is a convenience method that creates an instance of theentryIdof the entry that succeeded and the latest query result.BatchGetAssetPropertyValueHistorySuccessEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistorySuccessEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#successEntries(List.) - Parameters:
successEntries- a consumer that will call methods onBatchGetAssetPropertyValueHistorySuccessEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successEntries(java.util.Collection)
-
skippedEntries
BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(Collection<BatchGetAssetPropertyValueHistorySkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the
entryIdof the entry that skipped.- Parameters:
skippedEntries- A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains theentryIdof the entry that skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedEntries
BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(BatchGetAssetPropertyValueHistorySkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the
entryIdof the entry that skipped.- Parameters:
skippedEntries- A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains theentryIdof the entry that skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedEntries
BatchGetAssetPropertyValueHistoryResponse.Builder skippedEntries(Consumer<BatchGetAssetPropertyValueHistorySkippedEntry.Builder>... skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the
This is a convenience method that creates an instance of theentryIdof the entry that skipped.BatchGetAssetPropertyValueHistorySkippedEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistorySkippedEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#skippedEntries(List.) - Parameters:
skippedEntries- a consumer that will call methods onBatchGetAssetPropertyValueHistorySkippedEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#skippedEntries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyValueHistoryResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-