pub struct Builder { /* private fields */ }
Expand description
A builder for ReplaceDefaultPolicyVersionParams
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn template_name(self, input: PolicyTemplateName) -> Self
pub fn template_name(self, input: PolicyTemplateName) -> Self
The name of the template to be applied. The only supported value is BLANK_POLICY
.
sourcepub fn set_template_name(self, input: Option<PolicyTemplateName>) -> Self
pub fn set_template_name(self, input: Option<PolicyTemplateName>) -> Self
The name of the template to be applied. The only supported value is BLANK_POLICY
.
sourcepub fn build(self) -> ReplaceDefaultPolicyVersionParams
pub fn build(self) -> ReplaceDefaultPolicyVersionParams
Consumes the builder and constructs a ReplaceDefaultPolicyVersionParams
.