public static interface ListAssetPropertiesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListAssetPropertiesResponse.Builder,ListAssetPropertiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetPropertiesResponse.Builder |
assetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResponse.Builder |
assetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResponse.Builder |
assetPropertySummaries(Consumer<AssetPropertySummary.Builder>... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
|
ListAssetPropertiesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetPropertiesResponse.Builder assetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
assetPropertySummaries - A list that summarizes the properties associated with the specified asset.ListAssetPropertiesResponse.Builder assetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
assetPropertySummaries - A list that summarizes the properties associated with the specified asset.ListAssetPropertiesResponse.Builder assetPropertySummaries(Consumer<AssetPropertySummary.Builder>... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
This is a convenience method that creates an instance of theAssetPropertySummary.Builder avoiding the need to
create one manually via
AssetPropertySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetPropertySummaries(List.
assetPropertySummaries - a consumer that will call methods on
AssetPropertySummary.Builder#assetPropertySummaries(java.util.Collection) ListAssetPropertiesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.