Interface TimeSeriesSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeSeriesSummary.Builder,TimeSeriesSummary>,SdkBuilder<TimeSeriesSummary.Builder,TimeSeriesSummary>,SdkPojo
- Enclosing class:
- TimeSeriesSummary
public static interface TimeSeriesSummary.Builder extends SdkPojo, CopyableBuilder<TimeSeriesSummary.Builder,TimeSeriesSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeSeriesSummary.Builderalias(String alias)The alias that identifies the time series.TimeSeriesSummary.BuilderassetId(String assetId)The ID of the asset in which the asset property was created.TimeSeriesSummary.BuilderdataType(String dataType)The data type of the time series.TimeSeriesSummary.BuilderdataType(PropertyDataType dataType)The data type of the time series.TimeSeriesSummary.BuilderdataTypeSpec(String dataTypeSpec)The data type of the structure for this time series.TimeSeriesSummary.BuilderpropertyId(String propertyId)The ID of the asset property.TimeSeriesSummary.BuildertimeSeriesArn(String timeSeriesArn)The ARN of the time series, which has the following format.TimeSeriesSummary.BuildertimeSeriesCreationDate(Instant timeSeriesCreationDate)The date that the time series was created, in Unix epoch time.TimeSeriesSummary.BuildertimeSeriesId(String timeSeriesId)The ID of the time series.TimeSeriesSummary.BuildertimeSeriesLastUpdateDate(Instant timeSeriesLastUpdateDate)The date that the time series was last updated, in Unix epoch time.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
assetId
TimeSeriesSummary.Builder assetId(String 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
TimeSeriesSummary.Builder propertyId(String 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.
-
alias
TimeSeriesSummary.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.
-
timeSeriesId
TimeSeriesSummary.Builder timeSeriesId(String timeSeriesId)
The ID of the time series.
- Parameters:
timeSeriesId- The ID of the time series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
TimeSeriesSummary.Builder dataType(String dataType)
The data type of the time series.
If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this time series.- Parameters:
dataType- The data type of the time series.If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this time series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PropertyDataType,PropertyDataType
-
dataType
TimeSeriesSummary.Builder dataType(PropertyDataType dataType)
The data type of the time series.
If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this time series.- Parameters:
dataType- The data type of the time series.If you specify
STRUCT, you must also specifydataTypeSpecto identify the type of the structure for this time series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PropertyDataType,PropertyDataType
-
dataTypeSpec
TimeSeriesSummary.Builder dataTypeSpec(String dataTypeSpec)
The data type of the structure for this time series. This parameter is required for time series that have the
STRUCTdata 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_STATEfor alarm state in alarm composite models.- Parameters:
dataTypeSpec- The data type of the structure for this time series. This parameter is required for time series that have theSTRUCTdata 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_STATEfor alarm state in alarm composite models.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSeriesCreationDate
TimeSeriesSummary.Builder timeSeriesCreationDate(Instant timeSeriesCreationDate)
The date that the time series was created, in Unix epoch time.
- Parameters:
timeSeriesCreationDate- The date that the time series was created, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSeriesLastUpdateDate
TimeSeriesSummary.Builder timeSeriesLastUpdateDate(Instant timeSeriesLastUpdateDate)
The date that the time series was last updated, in Unix epoch time.
- Parameters:
timeSeriesLastUpdateDate- The date that the time series was last updated, in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSeriesArn
TimeSeriesSummary.Builder timeSeriesArn(String timeSeriesArn)
The ARN of the time series, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}- Parameters:
timeSeriesArn- The ARN of the time series, which has the following format.arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-