public static interface BatchGetAssetPropertyValueRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueRequest.Builder,BatchGetAssetPropertyValueRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueRequest.Builder |
entries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest.Builder |
entries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest.Builder |
entries(Consumer<BatchGetAssetPropertyValueEntry.Builder>... entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
BatchGetAssetPropertyValueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetAssetPropertyValueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueRequest.Builder entries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 128 entries
per request.BatchGetAssetPropertyValueRequest.Builder entries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 128 entries
per request.BatchGetAssetPropertyValueRequest.Builder entries(Consumer<BatchGetAssetPropertyValueEntry.Builder>... entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
This is a convenience method that creates an instance of theBatchGetAssetPropertyValueEntry.Builder avoiding
the need to create one manually via
BatchGetAssetPropertyValueEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
BatchGetAssetPropertyValueEntry.Builder#entries(java.util.Collection) BatchGetAssetPropertyValueRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.BatchGetAssetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetAssetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.