pub struct Builder { /* private fields */ }
Expand description
A builder for GetModelPackageGroupPolicyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resource_policy(self, input: impl Into<String>) -> Self
pub fn resource_policy(self, input: impl Into<String>) -> Self
The resource policy for the model group.
sourcepub fn set_resource_policy(self, input: Option<String>) -> Self
pub fn set_resource_policy(self, input: Option<String>) -> Self
The resource policy for the model group.
sourcepub fn build(self) -> GetModelPackageGroupPolicyOutput
pub fn build(self) -> GetModelPackageGroupPolicyOutput
Consumes the builder and constructs a GetModelPackageGroupPolicyOutput
.