pub struct Builder { /* private fields */ }Expand description
A builder for BatchDisassociateUserStackInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn user_stack_associations(self, input: UserStackAssociation) -> Self
pub fn user_stack_associations(self, input: UserStackAssociation) -> Self
Appends an item to user_stack_associations.
To override the contents of this collection use set_user_stack_associations.
The list of UserStackAssociation objects.
sourcepub fn set_user_stack_associations(
self,
input: Option<Vec<UserStackAssociation>>
) -> Self
pub fn set_user_stack_associations(
self,
input: Option<Vec<UserStackAssociation>>
) -> Self
The list of UserStackAssociation objects.
sourcepub fn build(self) -> Result<BatchDisassociateUserStackInput, BuildError>
pub fn build(self) -> Result<BatchDisassociateUserStackInput, BuildError>
Consumes the builder and constructs a BatchDisassociateUserStackInput.