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