Interface BatchGetAssetPropertyValueResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyValueResponse.Builder,BatchGetAssetPropertyValueResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<BatchGetAssetPropertyValueResponse.Builder,BatchGetAssetPropertyValueResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetAssetPropertyValueResponse
public static interface BatchGetAssetPropertyValueResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueResponse.Builder,BatchGetAssetPropertyValueResponse>
-
-
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
BatchGetAssetPropertyValueResponse.Builder errorEntries(Collection<BatchGetAssetPropertyValueErrorEntry> 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
BatchGetAssetPropertyValueResponse.Builder errorEntries(BatchGetAssetPropertyValueErrorEntry... 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
BatchGetAssetPropertyValueResponse.Builder errorEntries(Consumer<BatchGetAssetPropertyValueErrorEntry.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.BatchGetAssetPropertyValueErrorEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueErrorEntry.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 onBatchGetAssetPropertyValueErrorEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errorEntries(java.util.Collection)
-
successEntries
BatchGetAssetPropertyValueResponse.Builder successEntries(Collection<BatchGetAssetPropertyValueSuccessEntry> 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
BatchGetAssetPropertyValueResponse.Builder successEntries(BatchGetAssetPropertyValueSuccessEntry... 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
BatchGetAssetPropertyValueResponse.Builder successEntries(Consumer<BatchGetAssetPropertyValueSuccessEntry.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.BatchGetAssetPropertyValueSuccessEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueSuccessEntry.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 onBatchGetAssetPropertyValueSuccessEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#successEntries(java.util.Collection)
-
skippedEntries
BatchGetAssetPropertyValueResponse.Builder skippedEntries(Collection<BatchGetAssetPropertyValueSkippedEntry> 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
BatchGetAssetPropertyValueResponse.Builder skippedEntries(BatchGetAssetPropertyValueSkippedEntry... 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
BatchGetAssetPropertyValueResponse.Builder skippedEntries(Consumer<BatchGetAssetPropertyValueSkippedEntry.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.BatchGetAssetPropertyValueSkippedEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueSkippedEntry.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 onBatchGetAssetPropertyValueSkippedEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#skippedEntries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyValueResponse.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.
-
-