Interface TimeSeriesDataPointFormOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>,SdkBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>,SdkPojo
- Enclosing class:
- TimeSeriesDataPointFormOutput
public static interface TimeSeriesDataPointFormOutput.Builder extends SdkPojo, CopyableBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeSeriesDataPointFormOutput.Buildercontent(String content)The content of the time series data points form.TimeSeriesDataPointFormOutput.BuilderformName(String formName)The name of the time series data points form.TimeSeriesDataPointFormOutput.Builderid(String id)The ID of the time series data points form.TimeSeriesDataPointFormOutput.Buildertimestamp(Instant timestamp)The timestamp of the time series data points form.TimeSeriesDataPointFormOutput.BuildertypeIdentifier(String typeIdentifier)The ID of the type of the time series data points form.TimeSeriesDataPointFormOutput.BuildertypeRevision(String typeRevision)The revision type of the time series data points 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, sdkFields
-
-
-
-
Method Detail
-
content
TimeSeriesDataPointFormOutput.Builder content(String content)
The content of the time series data points form.
- Parameters:
content- The content of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formName
TimeSeriesDataPointFormOutput.Builder formName(String formName)
The name of the time series data points form.
- Parameters:
formName- The name of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
TimeSeriesDataPointFormOutput.Builder id(String id)
The ID of the time series data points form.
- Parameters:
id- The ID of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
TimeSeriesDataPointFormOutput.Builder timestamp(Instant timestamp)
The timestamp of the time series data points form.
- Parameters:
timestamp- The timestamp of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeIdentifier
TimeSeriesDataPointFormOutput.Builder typeIdentifier(String typeIdentifier)
The ID of the type of the time series data points form.
- Parameters:
typeIdentifier- The ID of the type of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
TimeSeriesDataPointFormOutput.Builder typeRevision(String typeRevision)
The revision type of the time series data points form.
- Parameters:
typeRevision- The revision type of the time series data points form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-