Struct aws_sdk_connect::model::hierarchy_structure_update::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for HierarchyStructureUpdate
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn level_one(self, input: HierarchyLevelUpdate) -> Self
pub fn level_one(self, input: HierarchyLevelUpdate) -> Self
The update for level one.
sourcepub fn set_level_one(self, input: Option<HierarchyLevelUpdate>) -> Self
pub fn set_level_one(self, input: Option<HierarchyLevelUpdate>) -> Self
The update for level one.
sourcepub fn level_two(self, input: HierarchyLevelUpdate) -> Self
pub fn level_two(self, input: HierarchyLevelUpdate) -> Self
The update for level two.
sourcepub fn set_level_two(self, input: Option<HierarchyLevelUpdate>) -> Self
pub fn set_level_two(self, input: Option<HierarchyLevelUpdate>) -> Self
The update for level two.
sourcepub fn level_three(self, input: HierarchyLevelUpdate) -> Self
pub fn level_three(self, input: HierarchyLevelUpdate) -> Self
The update for level three.
sourcepub fn set_level_three(self, input: Option<HierarchyLevelUpdate>) -> Self
pub fn set_level_three(self, input: Option<HierarchyLevelUpdate>) -> Self
The update for level three.
sourcepub fn level_four(self, input: HierarchyLevelUpdate) -> Self
pub fn level_four(self, input: HierarchyLevelUpdate) -> Self
The update for level four.
sourcepub fn set_level_four(self, input: Option<HierarchyLevelUpdate>) -> Self
pub fn set_level_four(self, input: Option<HierarchyLevelUpdate>) -> Self
The update for level four.
sourcepub fn level_five(self, input: HierarchyLevelUpdate) -> Self
pub fn level_five(self, input: HierarchyLevelUpdate) -> Self
The update for level five.
sourcepub fn set_level_five(self, input: Option<HierarchyLevelUpdate>) -> Self
pub fn set_level_five(self, input: Option<HierarchyLevelUpdate>) -> Self
The update for level five.
sourcepub fn build(self) -> HierarchyStructureUpdate
pub fn build(self) -> HierarchyStructureUpdate
Consumes the builder and constructs a HierarchyStructureUpdate
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more