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