Struct aws_sdk_ec2::model::load_permission_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LoadPermissionRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn group(self, input: PermissionGroup) -> Self
pub fn group(self, input: PermissionGroup) -> Self
The name of the group.
sourcepub fn set_group(self, input: Option<PermissionGroup>) -> Self
pub fn set_group(self, input: Option<PermissionGroup>) -> Self
The name of the group.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID.
sourcepub fn build(self) -> LoadPermissionRequest
pub fn build(self) -> LoadPermissionRequest
Consumes the builder and constructs a LoadPermissionRequest
.