Interface BatchGetAssetPropertyAggregatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyAggregatesRequest.Builder,BatchGetAssetPropertyAggregatesRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<BatchGetAssetPropertyAggregatesRequest.Builder,BatchGetAssetPropertyAggregatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetAssetPropertyAggregatesRequest
public static interface BatchGetAssetPropertyAggregatesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesRequest.Builder,BatchGetAssetPropertyAggregatesRequest>
-
-
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
BatchGetAssetPropertyAggregatesRequest.Builder entries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
- Parameters:
entries- The list of asset property aggregate 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
BatchGetAssetPropertyAggregatesRequest.Builder entries(BatchGetAssetPropertyAggregatesEntry... entries)
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
- Parameters:
entries- The list of asset property aggregate 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
BatchGetAssetPropertyAggregatesRequest.Builder entries(Consumer<BatchGetAssetPropertyAggregatesEntry.Builder>... entries)
The list of asset property aggregate 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 theBatchGetAssetPropertyAggregatesEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyAggregatesEntry.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 onBatchGetAssetPropertyAggregatesEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyAggregatesRequest.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
BatchGetAssetPropertyAggregatesRequest.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 1 MB.
-
The number of data points in the result set is equal to the value of
maxResults. The maximum value ofmaxResultsis 4000.
- 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 1 MB.
-
The number of data points in the result set is equal to the value of
maxResults. The maximum value ofmaxResultsis 4000.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
BatchGetAssetPropertyAggregatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAssetPropertyAggregatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-