Struct aws_sdk_memorydb::input::delete_acl_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteAclInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn acl_name(self, input: impl Into<String>) -> Self
pub fn acl_name(self, input: impl Into<String>) -> Self
The name of the Access Control List to delete
sourcepub fn set_acl_name(self, input: Option<String>) -> Self
pub fn set_acl_name(self, input: Option<String>) -> Self
The name of the Access Control List to delete
sourcepub fn build(self) -> Result<DeleteAclInput, BuildError>
pub fn build(self) -> Result<DeleteAclInput, BuildError>
Consumes the builder and constructs a DeleteAclInput
.