Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataPathLabelType.Builder
-
Packages that use DataPathLabelType.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathLabelType.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathLabelType.Builder Modifier and Type Method Description static DataPathLabelType.BuilderDataPathLabelType. builder()DataPathLabelType.BuilderDataPathLabelType.Builder. fieldId(String fieldId)The field ID of the field that the data label needs to be applied to.DataPathLabelType.BuilderDataPathLabelType.Builder. fieldValue(String fieldValue)The actual value of the field that is labeled.DataPathLabelType.BuilderDataPathLabelType. toBuilder()DataPathLabelType.BuilderDataPathLabelType.Builder. visibility(String visibility)The visibility of the data label.DataPathLabelType.BuilderDataPathLabelType.Builder. visibility(Visibility visibility)The visibility of the data label.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathLabelType.Builder Modifier and Type Method Description static Class<? extends DataPathLabelType.Builder>DataPathLabelType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathLabelType.Builder Modifier and Type Method Description default DataLabelType.BuilderDataLabelType.Builder. dataPathLabelType(Consumer<DataPathLabelType.Builder> dataPathLabelType)The option that specifies individual data values for labels.
-