public static interface ListProjectAssetsResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListProjectAssetsResponse.Builder,ListProjectAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectAssetsResponse.Builder |
assetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
|
ListProjectAssetsResponse.Builder |
assetIds(String... assetIds)
A list that contains the IDs of each asset associated with the project.
|
ListProjectAssetsResponse.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, buildListProjectAssetsResponse.Builder assetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
assetIds - A list that contains the IDs of each asset associated with the project.ListProjectAssetsResponse.Builder assetIds(String... assetIds)
A list that contains the IDs of each asset associated with the project.
assetIds - A list that contains the IDs of each asset associated with the project.ListProjectAssetsResponse.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 © 2021. All rights reserved.