Struct aws_sdk_elasticloadbalancingv2::operation::set_security_groups::builders::SetSecurityGroupsOutputBuilder
source · #[non_exhaustive]pub struct SetSecurityGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for SetSecurityGroupsOutput
.
Implementations§
source§impl SetSecurityGroupsOutputBuilder
impl SetSecurityGroupsOutputBuilder
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups associated with the load balancer.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the security groups associated with the load balancer.
sourcepub fn build(self) -> SetSecurityGroupsOutput
pub fn build(self) -> SetSecurityGroupsOutput
Consumes the builder and constructs a SetSecurityGroupsOutput
.
Trait Implementations§
source§impl Clone for SetSecurityGroupsOutputBuilder
impl Clone for SetSecurityGroupsOutputBuilder
source§fn clone(&self) -> SetSecurityGroupsOutputBuilder
fn clone(&self) -> SetSecurityGroupsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SetSecurityGroupsOutputBuilder
impl Default for SetSecurityGroupsOutputBuilder
source§fn default() -> SetSecurityGroupsOutputBuilder
fn default() -> SetSecurityGroupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SetSecurityGroupsOutputBuilder> for SetSecurityGroupsOutputBuilder
impl PartialEq<SetSecurityGroupsOutputBuilder> for SetSecurityGroupsOutputBuilder
source§fn eq(&self, other: &SetSecurityGroupsOutputBuilder) -> bool
fn eq(&self, other: &SetSecurityGroupsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.