Interface BatchGetAssetPropertyAggregatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyAggregatesResponse.Builder,BatchGetAssetPropertyAggregatesResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<BatchGetAssetPropertyAggregatesResponse.Builder,BatchGetAssetPropertyAggregatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetAssetPropertyAggregatesResponse
public static interface BatchGetAssetPropertyAggregatesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesResponse.Builder,BatchGetAssetPropertyAggregatesResponse>
-
-
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
BatchGetAssetPropertyAggregatesResponse.Builder errorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> 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
BatchGetAssetPropertyAggregatesResponse.Builder errorEntries(BatchGetAssetPropertyAggregatesErrorEntry... 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
BatchGetAssetPropertyAggregatesResponse.Builder errorEntries(Consumer<BatchGetAssetPropertyAggregatesErrorEntry.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.BatchGetAssetPropertyAggregatesErrorEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesErrorEntry.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 onBatchGetAssetPropertyAggregatesErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errorEntries(java.util.Collection)
-
successEntries
BatchGetAssetPropertyAggregatesResponse.Builder successEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> 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
BatchGetAssetPropertyAggregatesResponse.Builder successEntries(BatchGetAssetPropertyAggregatesSuccessEntry... 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
BatchGetAssetPropertyAggregatesResponse.Builder successEntries(Consumer<BatchGetAssetPropertyAggregatesSuccessEntry.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.BatchGetAssetPropertyAggregatesSuccessEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesSuccessEntry.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 onBatchGetAssetPropertyAggregatesSuccessEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successEntries(java.util.Collection)
-
skippedEntries
BatchGetAssetPropertyAggregatesResponse.Builder skippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> 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
BatchGetAssetPropertyAggregatesResponse.Builder skippedEntries(BatchGetAssetPropertyAggregatesSkippedEntry... 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
BatchGetAssetPropertyAggregatesResponse.Builder skippedEntries(Consumer<BatchGetAssetPropertyAggregatesSkippedEntry.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.BatchGetAssetPropertyAggregatesSkippedEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesSkippedEntry.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 onBatchGetAssetPropertyAggregatesSkippedEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#skippedEntries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyAggregatesResponse.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.
-
-