Interface DisassociateAssetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateAssetsRequest
public static interface DisassociateAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateAssetsRequest.BuilderassetId(String assetId)The ID of the parent asset from which to disassociate the child asset.DisassociateAssetsRequest.BuilderchildAssetId(String childAssetId)The ID of the child asset to disassociate.DisassociateAssetsRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.DisassociateAssetsRequest.BuilderhierarchyId(String hierarchyId)The ID of a hierarchy in the parent asset's model.DisassociateAssetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAssetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetId
DisassociateAssetsRequest.Builder assetId(String assetId)
The ID of the parent asset from which to disassociate the child asset.
- Parameters:
assetId- The ID of the parent asset from which to disassociate the child asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hierarchyId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childAssetId
DisassociateAssetsRequest.Builder childAssetId(String childAssetId)
The ID of the child asset to disassociate.
- Parameters:
childAssetId- The ID of the child asset to disassociate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-