Interface BatchGetAssetPropertyValueHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistoryRequest.Builder,BatchGetAssetPropertyValueHistoryRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<BatchGetAssetPropertyValueHistoryRequest.Builder,BatchGetAssetPropertyValueHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetAssetPropertyValueHistoryRequest
public static interface BatchGetAssetPropertyValueHistoryRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryRequest.Builder,BatchGetAssetPropertyValueHistoryRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
entries
BatchGetAssetPropertyValueHistoryRequest.Builder entries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
- Parameters:
entries- The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchGetAssetPropertyValueHistoryRequest.Builder entries(BatchGetAssetPropertyValueHistoryEntry... entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
- Parameters:
entries- The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchGetAssetPropertyValueHistoryRequest.Builder entries(Consumer<BatchGetAssetPropertyValueHistoryEntry.Builder>... entries)
The list of asset property historical 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 theBatchGetAssetPropertyValueHistoryEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueHistoryEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onBatchGetAssetPropertyValueHistoryEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyValueHistoryRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
- Parameters:
nextToken- The token to be used for the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
BatchGetAssetPropertyValueHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
-
The size of the result set is equal to 4 MB.
-
The number of data points in the result set is equal to the value of
maxResults. The maximum value ofmaxResultsis 20000.
- Parameters:
maxResults- The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.-
The size of the result set is equal to 4 MB.
-
The number of data points in the result set is equal to the value of
maxResults. The maximum value ofmaxResultsis 20000.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
BatchGetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-