public static interface ListAssociatedAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListAssociatedAssetsRequest.Builder,ListAssociatedAssetsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedAssetsRequest.Builder assetId(String assetId)
The ID of the asset to query.
assetId - The ID of the asset to query.ListAssociatedAssetsRequest.Builder hierarchyId(String hierarchyId)
The ID of the hierarchy by which child assets are associated to the asset. To find a hierarchy ID, use the DescribeAsset
or
DescribeAssetModel operations. This parameter is required if you choose CHILD for
traversalDirection.
For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide.
hierarchyId - The ID of the hierarchy by which child assets are associated to the asset. To find a hierarchy ID, use
the
DescribeAsset or DescribeAssetModel operations. This parameter is required if you choose CHILD for
traversalDirection.
For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide.
ListAssociatedAssetsRequest.Builder traversalDirection(String traversalDirection)
The direction to list associated assets. Choose one of the following options:
CHILD – The list includes all child assets associated to the asset. The hierarchyId
parameter is required if you choose CHILD.
PARENT – The list includes the asset's parent asset.
Default: CHILD
traversalDirection - The direction to list associated assets. Choose one of the following options:
CHILD – The list includes all child assets associated to the asset. The
hierarchyId parameter is required if you choose CHILD.
PARENT – The list includes the asset's parent asset.
Default: CHILD
TraversalDirection,
TraversalDirectionListAssociatedAssetsRequest.Builder traversalDirection(TraversalDirection traversalDirection)
The direction to list associated assets. Choose one of the following options:
CHILD – The list includes all child assets associated to the asset. The hierarchyId
parameter is required if you choose CHILD.
PARENT – The list includes the asset's parent asset.
Default: CHILD
traversalDirection - The direction to list associated assets. Choose one of the following options:
CHILD – The list includes all child assets associated to the asset. The
hierarchyId parameter is required if you choose CHILD.
PARENT – The list includes the asset's parent asset.
Default: CHILD
TraversalDirection,
TraversalDirectionListAssociatedAssetsRequest.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.ListAssociatedAssetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
Default: 50
maxResults - The maximum number of results to be returned per paginated request.
Default: 50
ListAssociatedAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociatedAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.