pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteModelPackageGroupPolicyInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_package_group_name(self, input: impl Into<String>) -> Self
pub fn model_package_group_name(self, input: impl Into<String>) -> Self
The name of the model group for which to delete the policy.
sourcepub fn set_model_package_group_name(self, input: Option<String>) -> Self
pub fn set_model_package_group_name(self, input: Option<String>) -> Self
The name of the model group for which to delete the policy.
sourcepub fn build(self) -> Result<DeleteModelPackageGroupPolicyInput, BuildError>
pub fn build(self) -> Result<DeleteModelPackageGroupPolicyInput, BuildError>
Consumes the builder and constructs a DeleteModelPackageGroupPolicyInput
.