Interface BatchDisassociateProjectAssetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDisassociateProjectAssetsRequest
public static interface BatchDisassociateProjectAssetsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateProjectAssetsRequest.BuilderassetIds(String... assetIds)The IDs of the assets to be disassociated from the project.BatchDisassociateProjectAssetsRequest.BuilderassetIds(Collection<String> assetIds)The IDs of the assets to be disassociated from the project.BatchDisassociateProjectAssetsRequest.BuilderclientToken(String clientToken)A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.BatchDisassociateProjectAssetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDisassociateProjectAssetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDisassociateProjectAssetsRequest.BuilderprojectId(String projectId)The ID of the project from which to disassociate the assets.-
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
-
projectId
BatchDisassociateProjectAssetsRequest.Builder projectId(String projectId)
The ID of the project from which to disassociate the assets.
- Parameters:
projectId- The ID of the project from which to disassociate the assets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetIds
BatchDisassociateProjectAssetsRequest.Builder assetIds(Collection<String> assetIds)
The IDs of the assets to be disassociated from the project.
- Parameters:
assetIds- The IDs of the assets to be disassociated from the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetIds
BatchDisassociateProjectAssetsRequest.Builder assetIds(String... assetIds)
The IDs of the assets to be disassociated from the project.
- Parameters:
assetIds- The IDs of the assets to be disassociated from the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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.
- 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
BatchDisassociateProjectAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDisassociateProjectAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-