Interface GetAssetPropertyAggregatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssetPropertyAggregatesResponse.Builder,GetAssetPropertyAggregatesResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<GetAssetPropertyAggregatesResponse.Builder,GetAssetPropertyAggregatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAssetPropertyAggregatesResponse
public static interface GetAssetPropertyAggregatesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyAggregatesResponse.Builder,GetAssetPropertyAggregatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssetPropertyAggregatesResponse.BuilderaggregatedValues(Collection<AggregatedValue> aggregatedValues)The requested aggregated values.GetAssetPropertyAggregatesResponse.BuilderaggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)The requested aggregated values.GetAssetPropertyAggregatesResponse.BuilderaggregatedValues(AggregatedValue... aggregatedValues)The requested aggregated values.GetAssetPropertyAggregatesResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no additional results.-
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 Detail
-
aggregatedValues
GetAssetPropertyAggregatesResponse.Builder aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
- Parameters:
aggregatedValues- The requested aggregated values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatedValues
GetAssetPropertyAggregatesResponse.Builder aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
- Parameters:
aggregatedValues- The requested aggregated values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatedValues
GetAssetPropertyAggregatesResponse.Builder aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated values.
This is a convenience method that creates an instance of theAggregatedValue.Builderavoiding the need to create one manually viaAggregatedValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#aggregatedValues(List.) - Parameters:
aggregatedValues- a consumer that will call methods onAggregatedValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#aggregatedValues(java.util.Collection)
-
nextToken
GetAssetPropertyAggregatesResponse.Builder nextToken(String 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.
-
-