Struct aws_sdk_grafana::input::update_permissions_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdatePermissionsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn update_instruction_batch(self, input: UpdateInstruction) -> Self
pub fn update_instruction_batch(self, input: UpdateInstruction) -> Self
Appends an item to update_instruction_batch
.
To override the contents of this collection use set_update_instruction_batch
.
An array of structures that contain the permission updates to make.
sourcepub fn set_update_instruction_batch(
self,
input: Option<Vec<UpdateInstruction>>
) -> Self
pub fn set_update_instruction_batch(
self,
input: Option<Vec<UpdateInstruction>>
) -> Self
An array of structures that contain the permission updates to make.
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The ID of the workspace to update.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The ID of the workspace to update.
sourcepub fn build(self) -> Result<UpdatePermissionsInput, BuildError>
pub fn build(self) -> Result<UpdatePermissionsInput, BuildError>
Consumes the builder and constructs a UpdatePermissionsInput
.