public static interface DisassociateAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateAssetsRequest.Builder |
assetId(String assetId)
The ID of the parent asset from which to disassociate the child asset.
|
DisassociateAssetsRequest.Builder |
childAssetId(String childAssetId)
The ID of the child asset to disassociate.
|
DisassociateAssetsRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
DisassociateAssetsRequest.Builder |
hierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model.
|
DisassociateAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateAssetsRequest.Builder assetId(String assetId)
The ID of the parent asset from which to disassociate the child asset.
assetId - The ID of the parent asset from which to disassociate the child asset.DisassociateAssetsRequest.Builder hierarchyId(String hierarchyId)
The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.
hierarchyId - The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to
be formed that all come from the same asset model. You can use the hierarchy ID to identify the
correct asset to disassociate. For more information, see Asset
hierarchies in the IoT SiteWise User Guide.DisassociateAssetsRequest.Builder childAssetId(String childAssetId)
The ID of the child asset to disassociate.
childAssetId - The ID of the child asset to disassociate.DisassociateAssetsRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.DisassociateAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.