Interface BatchGetAssetPropertyValueResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetAssetPropertyValueResponse.Builder,
,BatchGetAssetPropertyValueResponse> IoTSiteWiseResponse.Builder
,SdkBuilder<BatchGetAssetPropertyValueResponse.Builder,
,BatchGetAssetPropertyValueResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetAssetPropertyValueResponse
-
Method Summary
Modifier and TypeMethodDescriptionerrorEntries
(Collection<BatchGetAssetPropertyValueErrorEntry> errorEntries) A list of the errors (if any) associated with the batch request.errorEntries
(Consumer<BatchGetAssetPropertyValueErrorEntry.Builder>... errorEntries) A list of the errors (if any) associated with the batch request.errorEntries
(BatchGetAssetPropertyValueErrorEntry... errorEntries) A list of the errors (if any) associated with the batch request.The token for the next set of results, or null if there are no additional results.skippedEntries
(Collection<BatchGetAssetPropertyValueSkippedEntry> skippedEntries) A list of entries that were not processed by this batch request.skippedEntries
(Consumer<BatchGetAssetPropertyValueSkippedEntry.Builder>... skippedEntries) A list of entries that were not processed by this batch request.skippedEntries
(BatchGetAssetPropertyValueSkippedEntry... skippedEntries) A list of entries that were not processed by this batch request.successEntries
(Collection<BatchGetAssetPropertyValueSuccessEntry> successEntries) A list of entries that were processed successfully by this batch request.successEntries
(Consumer<BatchGetAssetPropertyValueSuccessEntry.Builder>... successEntries) A list of entries that were processed successfully by this batch request.successEntries
(BatchGetAssetPropertyValueSuccessEntry... successEntries) A list of entries that were processed successfully by this batch request.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 Details
-
errorEntries
BatchGetAssetPropertyValueResponse.Builder errorEntries(Collection<BatchGetAssetPropertyValueErrorEntry> errorEntries) A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.- Parameters:
errorEntries
- A list of the errors (if any) associated with the batch request. Each error entry contains theentryId
of 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
entryId
of the entry that failed.- Parameters:
errorEntries
- A list of the errors (if any) associated with the batch request. Each error entry contains theentryId
of 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 theentryId
of the entry that failed.BatchGetAssetPropertyValueErrorEntry.Builder
avoiding the need to create one manually viaBatchGetAssetPropertyValueErrorEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorEntries(List<BatchGetAssetPropertyValueErrorEntry>)
.- 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:
-
successEntries
BatchGetAssetPropertyValueResponse.Builder successEntries(Collection<BatchGetAssetPropertyValueSuccessEntry> successEntries) A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of 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 theentryId
of 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
entryId
of 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 theentryId
of 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 theentryId
of the entry that succeeded and the latest query result.BatchGetAssetPropertyValueSuccessEntry.Builder
avoiding the need to create one manually viaBatchGetAssetPropertyValueSuccessEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosuccessEntries(List<BatchGetAssetPropertyValueSuccessEntry>)
.- 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:
-
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
entryId
of 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 theentryId
of 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
entryId
of 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 theentryId
of 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 theentryId
of the entry that skipped.BatchGetAssetPropertyValueSkippedEntry.Builder
avoiding the need to create one manually viaBatchGetAssetPropertyValueSkippedEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toskippedEntries(List<BatchGetAssetPropertyValueSkippedEntry>)
.- 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:
-
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.
-