Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ColumnType.Builder
-
Packages that use ColumnType.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ColumnType.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ColumnType.Builder Modifier and Type Method Description static ColumnType.BuilderColumnType. builder()ColumnType.BuilderColumnType.Builder. scalarType(String scalarType)The allowed data types that the column has as it's value.ColumnType.BuilderColumnType.Builder. scalarType(ScalarType scalarType)The allowed data types that the column has as it's value.ColumnType.BuilderColumnType. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ColumnType.Builder Modifier and Type Method Description static Class<? extends ColumnType.Builder>ColumnType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ColumnType.Builder Modifier and Type Method Description default ColumnInfo.BuilderColumnInfo.Builder. type(Consumer<ColumnType.Builder> type)The type of the column description.
-