public static interface ListAssetRelationshipsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListAssetRelationshipsRequest.Builder,ListAssetRelationshipsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssetRelationshipsRequest.Builder |
assetId(String assetId)
The ID of the asset.
|
ListAssetRelationshipsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAssetRelationshipsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListAssetRelationshipsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssetRelationshipsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssetRelationshipsRequest.Builder |
traversalType(String traversalType)
The type of traversal to use to identify asset relationships.
|
ListAssetRelationshipsRequest.Builder |
traversalType(TraversalType traversalType)
The type of traversal to use to identify asset relationships.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetRelationshipsRequest.Builder assetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.ListAssetRelationshipsRequest.Builder traversalType(String traversalType)
The type of traversal to use to identify asset relationships. Choose the following option:
PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you
specify in assetId is the first result in the list of assetRelationshipSummaries,
and the root asset is the last result.
traversalType - The type of traversal to use to identify asset relationships. Choose the following option:
PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that
you specify in assetId is the first result in the list of
assetRelationshipSummaries, and the root asset is the last result.
TraversalType,
TraversalTypeListAssetRelationshipsRequest.Builder traversalType(TraversalType traversalType)
The type of traversal to use to identify asset relationships. Choose the following option:
PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that you
specify in assetId is the first result in the list of assetRelationshipSummaries,
and the root asset is the last result.
traversalType - The type of traversal to use to identify asset relationships. Choose the following option:
PATH_TO_ROOT – Identify the asset's parent assets up to the root asset. The asset that
you specify in assetId is the first result in the list of
assetRelationshipSummaries, and the root asset is the last result.
TraversalType,
TraversalTypeListAssetRelationshipsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListAssetRelationshipsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListAssetRelationshipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssetRelationshipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.