pub struct Builder { /* private fields */ }
Expand description
A builder for CustomIndicesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn operations(self, input: Operation) -> Self
pub fn operations(self, input: Operation) -> Self
Appends an item to operations
.
To override the contents of this collection use set_operations
.
sourcepub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
pub fn set_operations(self, input: Option<Vec<Operation>>) -> Self
sourcepub fn build(self) -> CustomIndicesInput
pub fn build(self) -> CustomIndicesInput
Consumes the builder and constructs a CustomIndicesInput
.