Interface DisassociateTimeSeriesFromAssetPropertyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateTimeSeriesFromAssetPropertyRequest.Builder,
,DisassociateTimeSeriesFromAssetPropertyRequest> IoTSiteWiseRequest.Builder
,SdkBuilder<DisassociateTimeSeriesFromAssetPropertyRequest.Builder,
,DisassociateTimeSeriesFromAssetPropertyRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DisassociateTimeSeriesFromAssetPropertyRequest
public static interface DisassociateTimeSeriesFromAssetPropertyRequest.Builder
extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DisassociateTimeSeriesFromAssetPropertyRequest.Builder,DisassociateTimeSeriesFromAssetPropertyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe alias that identifies the time series.The ID of the asset in which the asset property was created.clientToken
(String clientToken) A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.propertyId
(String propertyId) The ID of the asset property.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 Details
-
alias
The alias that identifies the time series.
- Parameters:
alias
- The alias that identifies the time series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetId
The ID of the asset in which the asset property was created.
- Parameters:
assetId
- The ID of the asset in which the asset property was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
The ID of the asset property.
- Parameters:
propertyId
- The ID of the asset property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
DisassociateTimeSeriesFromAssetPropertyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateTimeSeriesFromAssetPropertyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-