public static interface ListAssociatedAssetsResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedAssetsResponse.Builder,ListAssociatedAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAssetsResponse.Builder |
assetSummaries(AssociatedAssetsSummary... assetSummaries)
A list that summarizes the associated assets.
|
ListAssociatedAssetsResponse.Builder |
assetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
|
ListAssociatedAssetsResponse.Builder |
assetSummaries(Consumer<AssociatedAssetsSummary.Builder>... assetSummaries)
A list that summarizes the associated assets.
|
ListAssociatedAssetsResponse.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, buildListAssociatedAssetsResponse.Builder assetSummaries(Collection<AssociatedAssetsSummary> assetSummaries)
A list that summarizes the associated assets.
assetSummaries - A list that summarizes the associated assets.ListAssociatedAssetsResponse.Builder assetSummaries(AssociatedAssetsSummary... assetSummaries)
A list that summarizes the associated assets.
assetSummaries - A list that summarizes the associated assets.ListAssociatedAssetsResponse.Builder assetSummaries(Consumer<AssociatedAssetsSummary.Builder>... assetSummaries)
A list that summarizes the associated assets.
This is a convenience method that creates an instance of theAssociatedAssetsSummary.Builder avoiding the need
to create one manually via
AssociatedAssetsSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetSummaries(List.
assetSummaries - a consumer that will call methods on
AssociatedAssetsSummary.Builder#assetSummaries(java.util.Collection) ListAssociatedAssetsResponse.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 © 2022. All rights reserved.