public static interface TimeSeriesSummary.Builder extends SdkPojo, CopyableBuilder<TimeSeriesSummary.Builder,TimeSeriesSummary>
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesSummary.Builder |
alias(String alias)
The alias that identifies the time series.
|
TimeSeriesSummary.Builder |
assetId(String assetId)
The ID of the asset in which the asset property was created.
|
TimeSeriesSummary.Builder |
dataType(PropertyDataType dataType)
The data type of the time series.
|
TimeSeriesSummary.Builder |
dataType(String dataType)
The data type of the time series.
|
TimeSeriesSummary.Builder |
dataTypeSpec(String dataTypeSpec)
The data type of the structure for this time series.
|
TimeSeriesSummary.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
TimeSeriesSummary.Builder |
timeSeriesArn(String timeSeriesArn)
The ARN of the time
series, which has the following format.
|
TimeSeriesSummary.Builder |
timeSeriesCreationDate(Instant timeSeriesCreationDate)
The date that the time series was created, in Unix epoch time.
|
TimeSeriesSummary.Builder |
timeSeriesId(String timeSeriesId)
The ID of the time series.
|
TimeSeriesSummary.Builder |
timeSeriesLastUpdateDate(Instant timeSeriesLastUpdateDate)
The date that the time series was last updated, in Unix epoch time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeSeriesSummary.Builder assetId(String assetId)
The ID of the asset in which the asset property was created.
assetId - The ID of the asset in which the asset property was created.TimeSeriesSummary.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.TimeSeriesSummary.Builder alias(String alias)
The alias that identifies the time series.
alias - The alias that identifies the time series.TimeSeriesSummary.Builder timeSeriesId(String timeSeriesId)
The ID of the time series.
timeSeriesId - The ID of the time series.TimeSeriesSummary.Builder dataType(String dataType)
The data type of the time series.
If you specify STRUCT, you must also specify dataTypeSpec to identify the type of
the structure for this time series.
dataType - The data type of the time series.
If you specify STRUCT, you must also specify dataTypeSpec to identify the
type of the structure for this time series.
PropertyDataType,
PropertyDataTypeTimeSeriesSummary.Builder dataType(PropertyDataType dataType)
The data type of the time series.
If you specify STRUCT, you must also specify dataTypeSpec to identify the type of
the structure for this time series.
dataType - The data type of the time series.
If you specify STRUCT, you must also specify dataTypeSpec to identify the
type of the structure for this time series.
PropertyDataType,
PropertyDataTypeTimeSeriesSummary.Builder dataTypeSpec(String dataTypeSpec)
The data type of the structure for this time series. This parameter is required for time series that have the
STRUCT data type.
The options for this parameter depend on the type of the composite model in which you created the asset
property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm
composite models.
dataTypeSpec - The data type of the structure for this time series. This parameter is required for time series that
have the STRUCT data type.
The options for this parameter depend on the type of the composite model in which you created the
asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm
state in alarm composite models.
TimeSeriesSummary.Builder timeSeriesCreationDate(Instant timeSeriesCreationDate)
The date that the time series was created, in Unix epoch time.
timeSeriesCreationDate - The date that the time series was created, in Unix epoch time.TimeSeriesSummary.Builder timeSeriesLastUpdateDate(Instant timeSeriesLastUpdateDate)
The date that the time series was last updated, in Unix epoch time.
timeSeriesLastUpdateDate - The date that the time series was last updated, in Unix epoch time.TimeSeriesSummary.Builder timeSeriesArn(String timeSeriesArn)
The ARN of the time series, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}
timeSeriesArn - The ARN of
the time series, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}
Copyright © 2023. All rights reserved.