#[non_exhaustive]pub struct AwsRdsDbSecurityGroupEc2SecurityGroupBuilder { /* private fields */ }
Expand description
A builder for AwsRdsDbSecurityGroupEc2SecurityGroup
.
Implementations§
source§impl AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
impl AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
sourcepub fn ec2_security_group_id(self, input: impl Into<String>) -> Self
pub fn ec2_security_group_id(self, input: impl Into<String>) -> Self
Specifies the ID for the EC2 security group.
sourcepub fn set_ec2_security_group_id(self, input: Option<String>) -> Self
pub fn set_ec2_security_group_id(self, input: Option<String>) -> Self
Specifies the ID for the EC2 security group.
sourcepub fn get_ec2_security_group_id(&self) -> &Option<String>
pub fn get_ec2_security_group_id(&self) -> &Option<String>
Specifies the ID for the EC2 security group.
sourcepub fn ec2_security_group_name(self, input: impl Into<String>) -> Self
pub fn ec2_security_group_name(self, input: impl Into<String>) -> Self
Specifies the name of the EC2 security group.
sourcepub fn set_ec2_security_group_name(self, input: Option<String>) -> Self
pub fn set_ec2_security_group_name(self, input: Option<String>) -> Self
Specifies the name of the EC2 security group.
sourcepub fn get_ec2_security_group_name(&self) -> &Option<String>
pub fn get_ec2_security_group_name(&self) -> &Option<String>
Specifies the name of the EC2 security group.
sourcepub fn ec2_security_group_owner_id(self, input: impl Into<String>) -> Self
pub fn ec2_security_group_owner_id(self, input: impl Into<String>) -> Self
Provides the Amazon Web Services ID of the owner of the EC2 security group.
sourcepub fn set_ec2_security_group_owner_id(self, input: Option<String>) -> Self
pub fn set_ec2_security_group_owner_id(self, input: Option<String>) -> Self
Provides the Amazon Web Services ID of the owner of the EC2 security group.
sourcepub fn get_ec2_security_group_owner_id(&self) -> &Option<String>
pub fn get_ec2_security_group_owner_id(&self) -> &Option<String>
Provides the Amazon Web Services ID of the owner of the EC2 security group.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
Provides the status of the EC2 security group.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Provides the status of the EC2 security group.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Provides the status of the EC2 security group.
sourcepub fn build(self) -> AwsRdsDbSecurityGroupEc2SecurityGroup
pub fn build(self) -> AwsRdsDbSecurityGroupEc2SecurityGroup
Consumes the builder and constructs a AwsRdsDbSecurityGroupEc2SecurityGroup
.
Trait Implementations§
source§impl Clone for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
impl Clone for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
source§fn clone(&self) -> AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
fn clone(&self) -> AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
impl Default for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
source§fn default() -> AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
fn default() -> AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
source§impl PartialEq for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
impl PartialEq for AwsRdsDbSecurityGroupEc2SecurityGroupBuilder
source§fn eq(&self, other: &AwsRdsDbSecurityGroupEc2SecurityGroupBuilder) -> bool
fn eq(&self, other: &AwsRdsDbSecurityGroupEc2SecurityGroupBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.