Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataPathValue.Builder
-
Packages that use DataPathValue.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathValue.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathValue.Builder Modifier and Type Method Description static DataPathValue.BuilderDataPathValue. builder()default DataPathValue.BuilderDataPathValue.Builder. dataPathType(Consumer<DataPathType.Builder> dataPathType)The type configuration of the field.DataPathValue.BuilderDataPathValue.Builder. dataPathType(DataPathType dataPathType)The type configuration of the field.DataPathValue.BuilderDataPathValue.Builder. fieldId(String fieldId)The field ID of the field that needs to be sorted.DataPathValue.BuilderDataPathValue.Builder. fieldValue(String fieldValue)The actual value of the field that needs to be sorted.DataPathValue.BuilderDataPathValue. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathValue.Builder Modifier and Type Method Description static Class<? extends DataPathValue.Builder>DataPathValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathValue.Builder Modifier and Type Method Description default DataPathColor.BuilderDataPathColor.Builder. element(Consumer<DataPathValue.Builder> element)The element that the color needs to be applied to.
-