public static interface ListAssetModelPropertiesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListAssetModelPropertiesResponse.Builder,ListAssetModelPropertiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetModelPropertiesResponse.Builder |
assetModelPropertySummaries(AssetModelPropertySummary... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
ListAssetModelPropertiesResponse.Builder |
assetModelPropertySummaries(Collection<AssetModelPropertySummary> assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
ListAssetModelPropertiesResponse.Builder |
assetModelPropertySummaries(Consumer<AssetModelPropertySummary.Builder>... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
|
ListAssetModelPropertiesResponse.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, buildListAssetModelPropertiesResponse.Builder assetModelPropertySummaries(Collection<AssetModelPropertySummary> assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
assetModelPropertySummaries - A list that summarizes the properties associated with the specified asset model.ListAssetModelPropertiesResponse.Builder assetModelPropertySummaries(AssetModelPropertySummary... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
assetModelPropertySummaries - A list that summarizes the properties associated with the specified asset model.ListAssetModelPropertiesResponse.Builder assetModelPropertySummaries(Consumer<AssetModelPropertySummary.Builder>... assetModelPropertySummaries)
A list that summarizes the properties associated with the specified asset model.
This is a convenience method that creates an instance of theAssetModelPropertySummary.Builder avoiding the need
to create one manually via
AssetModelPropertySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetModelPropertySummaries(List.
assetModelPropertySummaries - a consumer that will call methods on
AssetModelPropertySummary.Builder#assetModelPropertySummaries(java.util.Collection) ListAssetModelPropertiesResponse.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.