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 16 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 16 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 16 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 16 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 16 entries per request.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) 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 © 2022. All rights reserved.