Uses of Interface
software.amazon.awssdk.services.datazone.model.TimeSeriesDataPointFormOutput.Builder
-
Packages that use TimeSeriesDataPointFormOutput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TimeSeriesDataPointFormOutput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return TimeSeriesDataPointFormOutput.Builder Modifier and Type Method Description static TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput. builder()TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. content(String content)The content of the time series data points form.TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. formName(String formName)The name of the time series data points form.TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. id(String id)The ID of the time series data points form.TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. timestamp(Instant timestamp)The timestamp of the time series data points form.TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput. toBuilder()TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. typeIdentifier(String typeIdentifier)The ID of the type of the time series data points form.TimeSeriesDataPointFormOutput.BuilderTimeSeriesDataPointFormOutput.Builder. typeRevision(String typeRevision)The revision type of the time series data points form.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TimeSeriesDataPointFormOutput.Builder Modifier and Type Method Description static Class<? extends TimeSeriesDataPointFormOutput.Builder>TimeSeriesDataPointFormOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type TimeSeriesDataPointFormOutput.Builder Modifier and Type Method Description default GetTimeSeriesDataPointResponse.BuilderGetTimeSeriesDataPointResponse.Builder. form(Consumer<TimeSeriesDataPointFormOutput.Builder> form)The time series form that houses the data point that you want to get.
-