public static interface BatchDisassociateProjectAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateProjectAssetsRequest.Builder |
assetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
|
BatchDisassociateProjectAssetsRequest.Builder |
assetIds(String... assetIds)
The IDs of the assets to be disassociated from the project.
|
BatchDisassociateProjectAssetsRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
BatchDisassociateProjectAssetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDisassociateProjectAssetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDisassociateProjectAssetsRequest.Builder |
projectId(String projectId)
The ID of the project from which to disassociate the assets.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateProjectAssetsRequest.Builder projectId(String projectId)
The ID of the project from which to disassociate the assets.
projectId - The ID of the project from which to disassociate the assets.BatchDisassociateProjectAssetsRequest.Builder assetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
assetIds - The IDs of the assets to be disassociated from the project.BatchDisassociateProjectAssetsRequest.Builder assetIds(String... assetIds)
The IDs of the assets to be disassociated from the project.
assetIds - The IDs of the assets to be disassociated from the project.BatchDisassociateProjectAssetsRequest.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.BatchDisassociateProjectAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateProjectAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.