Struct aws_sdk_ssm::model::patch_rule_group::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for PatchRuleGroup.
Implementations§
source§impl Builder
impl Builder
sourcepub fn patch_rules(self, input: PatchRule) -> Self
pub fn patch_rules(self, input: PatchRule) -> Self
Appends an item to patch_rules.
To override the contents of this collection use set_patch_rules.
The rules that make up the rule group.
sourcepub fn set_patch_rules(self, input: Option<Vec<PatchRule>>) -> Self
pub fn set_patch_rules(self, input: Option<Vec<PatchRule>>) -> Self
The rules that make up the rule group.
sourcepub fn build(self) -> PatchRuleGroup
pub fn build(self) -> PatchRuleGroup
Consumes the builder and constructs a PatchRuleGroup.