Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataPathType.Builder
-
Packages that use DataPathType.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathType.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathType.Builder Modifier and Type Method Description static DataPathType.BuilderDataPathType. builder()DataPathType.BuilderDataPathType.Builder. pivotTableDataPathType(String pivotTableDataPathType)The type of data path value utilized in a pivot table.DataPathType.BuilderDataPathType.Builder. pivotTableDataPathType(PivotTableDataPathType pivotTableDataPathType)The type of data path value utilized in a pivot table.DataPathType.BuilderDataPathType. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathType.Builder Modifier and Type Method Description static Class<? extends DataPathType.Builder>DataPathType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathType.Builder Modifier and Type Method Description default DataPathValue.BuilderDataPathValue.Builder. dataPathType(Consumer<DataPathType.Builder> dataPathType)The type configuration of the field.
-