Struct aws_sdk_ec2::model::security_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SecurityGroup
Implementations
A description of the security group.
A description of the security group.
The name of the security group.
The name of the security group.
Appends an item to ip_permissions
.
To override the contents of this collection use set_ip_permissions
.
The inbound rules associated with the security group.
The inbound rules associated with the security group.
The Amazon Web Services account ID of the owner of the security group.
The Amazon Web Services account ID of the owner of the security group.
The ID of the security group.
Appends an item to ip_permissions_egress
.
To override the contents of this collection use set_ip_permissions_egress
.
[VPC only] The outbound rules associated with the security group.
[VPC only] The outbound rules associated with the security group.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the security group.
Any tags assigned to the security group.
[VPC only] The ID of the VPC for the security group.
[VPC only] The ID of the VPC for the security group.
Consumes the builder and constructs a SecurityGroup
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more