Struct aws_sdk_memorydb::model::ac_ls_update_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AcLsUpdateStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn acl_to_apply(self, input: impl Into<String>) -> Self
pub fn acl_to_apply(self, input: impl Into<String>) -> Self
A list of ACLs pending to be applied.
sourcepub fn set_acl_to_apply(self, input: Option<String>) -> Self
pub fn set_acl_to_apply(self, input: Option<String>) -> Self
A list of ACLs pending to be applied.
sourcepub fn build(self) -> AcLsUpdateStatus
pub fn build(self) -> AcLsUpdateStatus
Consumes the builder and constructs a AcLsUpdateStatus
.