Uses of Interface
software.amazon.awssdk.services.honeycode.model.DataItem.Builder
-
Packages that use DataItem.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of DataItem.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return DataItem.Builder Modifier and Type Method Description static DataItem.BuilderDataItem. builder()DataItem.BuilderDataItem.Builder. formattedValue(String formattedValue)The formatted value of the data.DataItem.BuilderDataItem.Builder. overrideFormat(String overrideFormat)The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.DataItem.BuilderDataItem.Builder. overrideFormat(Format overrideFormat)The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.DataItem.BuilderDataItem.Builder. rawValue(String rawValue)The raw value of the data.DataItem.BuilderDataItem. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type DataItem.Builder Modifier and Type Method Description static Class<? extends DataItem.Builder>DataItem. serializableBuilderClass()
-