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