Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Packages that use Type.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of Type.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return Type.Builder Modifier and Type Method Description default Type.BuilderType.Builder. arrayColumnInfo(Consumer<ColumnInfo.Builder> arrayColumnInfo)Indicates if the column is an array.Type.BuilderType.Builder. arrayColumnInfo(ColumnInfo arrayColumnInfo)Indicates if the column is an array.static Type.BuilderType. builder()Type.BuilderType.Builder. rowColumnInfo(Collection<ColumnInfo> rowColumnInfo)Indicates if the column is a row.Type.BuilderType.Builder. rowColumnInfo(Consumer<ColumnInfo.Builder>... rowColumnInfo)Indicates if the column is a row.Type.BuilderType.Builder. rowColumnInfo(ColumnInfo... rowColumnInfo)Indicates if the column is a row.Type.BuilderType.Builder. scalarType(String scalarType)Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.Type.BuilderType.Builder. scalarType(ScalarType scalarType)Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.default Type.BuilderType.Builder. timeSeriesMeasureValueColumnInfo(Consumer<ColumnInfo.Builder> timeSeriesMeasureValueColumnInfo)Indicates if the column is a timeseries data type.Type.BuilderType.Builder. timeSeriesMeasureValueColumnInfo(ColumnInfo timeSeriesMeasureValueColumnInfo)Indicates if the column is a timeseries data type.Type.BuilderType. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Type.Builder Modifier and Type Method Description static Class<? extends Type.Builder>Type. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type Type.Builder Modifier and Type Method Description default ColumnInfo.BuilderColumnInfo.Builder. type(Consumer<Type.Builder> type)The data type of the result set column.default ParameterMapping.BuilderParameterMapping.Builder. type(Consumer<Type.Builder> type)Sets the value of the Type property for this object.default SelectColumn.BuilderSelectColumn.Builder. type(Consumer<Type.Builder> type)Sets the value of the Type property for this object.
-