Interface TimeSeriesDataPointSummaryFormOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeSeriesDataPointSummaryFormOutput.Builder,
,TimeSeriesDataPointSummaryFormOutput> SdkBuilder<TimeSeriesDataPointSummaryFormOutput.Builder,
,TimeSeriesDataPointSummaryFormOutput> SdkPojo
- Enclosing class:
TimeSeriesDataPointSummaryFormOutput
@Mutable
@NotThreadSafe
public static interface TimeSeriesDataPointSummaryFormOutput.Builder
extends SdkPojo, CopyableBuilder<TimeSeriesDataPointSummaryFormOutput.Builder,TimeSeriesDataPointSummaryFormOutput>
-
Method Summary
Modifier and TypeMethodDescriptioncontentSummary
(String contentSummary) The content of the summary of the time series data points form.The name of the time series data points summary form.The ID of the time series data points summary form.The timestamp of the time series data points summary form.typeIdentifier
(String typeIdentifier) The type ID of the time series data points summary form.typeRevision
(String typeRevision) The type revision of the time series data points summary form.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, sdkFieldNameToField, sdkFields
-
Method Details
-
contentSummary
The content of the summary of the time series data points form.
- Parameters:
contentSummary
- The content of the summary of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formName
The name of the time series data points summary form.
- Parameters:
formName
- The name of the time series data points summary form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the time series data points summary form.
- Parameters:
id
- The ID of the time series data points summary form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp of the time series data points summary form.
- Parameters:
timestamp
- The timestamp of the time series data points summary form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeIdentifier
The type ID of the time series data points summary form.
- Parameters:
typeIdentifier
- The type ID of the time series data points summary form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
The type revision of the time series data points summary form.
- Parameters:
typeRevision
- The type revision of the time series data points summary form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-