Struct aws_sdk_honeycode::model::cell_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CellInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fact(self, input: impl Into<String>) -> Self
pub fn fact(self, input: impl Into<String>) -> Self
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
sourcepub fn set_fact(self, input: Option<String>) -> Self
pub fn set_fact(self, input: Option<String>) -> Self
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
sourcepub fn facts(self, input: impl Into<String>) -> Self
pub fn facts(self, input: impl Into<String>) -> Self
Appends an item to facts.
To override the contents of this collection use set_facts.
A list representing the values that are entered into a ROWSET cell. Facts list can have either only values or rowIDs, and rowIDs should from the same table.