Interface DescribeTimeSeriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTimeSeriesRequest.Builder,DescribeTimeSeriesRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<DescribeTimeSeriesRequest.Builder,DescribeTimeSeriesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTimeSeriesRequest
public static interface DescribeTimeSeriesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<DescribeTimeSeriesRequest.Builder,DescribeTimeSeriesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTimeSeriesRequest.Builderalias(String alias)The alias that identifies the time series.DescribeTimeSeriesRequest.BuilderassetId(String assetId)The ID of the asset in which the asset property was created.DescribeTimeSeriesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTimeSeriesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTimeSeriesRequest.BuilderpropertyId(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 Detail
-
alias
DescribeTimeSeriesRequest.Builder alias(String 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
DescribeTimeSeriesRequest.Builder assetId(String assetId)
The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
assetId- The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
DescribeTimeSeriesRequest.Builder propertyId(String propertyId)
The ID of the asset property. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
propertyId- The ID of the asset property. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTimeSeriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTimeSeriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-