Uses of Interface
software.amazon.awssdk.services.quicksight.model.ColumnSchema.Builder
-
Packages that use ColumnSchema.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColumnSchema.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColumnSchema.Builder Modifier and Type Method Description static ColumnSchema.BuilderColumnSchema. builder()ColumnSchema.BuilderColumnSchema.Builder. dataType(String dataType)The data type of the column schema.ColumnSchema.BuilderColumnSchema.Builder. geographicRole(String geographicRole)The geographic role of the column schema.ColumnSchema.BuilderColumnSchema.Builder. name(String name)The name of the column schema.ColumnSchema.BuilderColumnSchema. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ColumnSchema.Builder Modifier and Type Method Description static Class<? extends ColumnSchema.Builder>ColumnSchema. serializableBuilderClass()
-