Struct aws_sdk_ec2::model::security_group_rule_update::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SecurityGroupRuleUpdate
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_group_rule_id(self, input: impl Into<String>) -> Self
pub fn security_group_rule_id(self, input: impl Into<String>) -> Self
The ID of the security group rule.
sourcepub fn set_security_group_rule_id(self, input: Option<String>) -> Self
pub fn set_security_group_rule_id(self, input: Option<String>) -> Self
The ID of the security group rule.
sourcepub fn security_group_rule(self, input: SecurityGroupRuleRequest) -> Self
pub fn security_group_rule(self, input: SecurityGroupRuleRequest) -> Self
Information about the security group rule.
sourcepub fn set_security_group_rule(
self,
input: Option<SecurityGroupRuleRequest>
) -> Self
pub fn set_security_group_rule(
self,
input: Option<SecurityGroupRuleRequest>
) -> Self
Information about the security group rule.
sourcepub fn build(self) -> SecurityGroupRuleUpdate
pub fn build(self) -> SecurityGroupRuleUpdate
Consumes the builder and constructs a SecurityGroupRuleUpdate
.