Struct aws_sdk_dax::types::builders::SecurityGroupMembershipBuilder
source · #[non_exhaustive]pub struct SecurityGroupMembershipBuilder { /* private fields */ }Expand description
A builder for SecurityGroupMembership.
Implementations§
source§impl SecurityGroupMembershipBuilder
impl SecurityGroupMembershipBuilder
sourcepub fn security_group_identifier(self, input: impl Into<String>) -> Self
pub fn security_group_identifier(self, input: impl Into<String>) -> Self
The unique ID for this security group.
sourcepub fn set_security_group_identifier(self, input: Option<String>) -> Self
pub fn set_security_group_identifier(self, input: Option<String>) -> Self
The unique ID for this security group.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of this security group.
sourcepub fn build(self) -> SecurityGroupMembership
pub fn build(self) -> SecurityGroupMembership
Consumes the builder and constructs a SecurityGroupMembership.
Trait Implementations§
source§impl Clone for SecurityGroupMembershipBuilder
impl Clone for SecurityGroupMembershipBuilder
source§fn clone(&self) -> SecurityGroupMembershipBuilder
fn clone(&self) -> SecurityGroupMembershipBuilder
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 SecurityGroupMembershipBuilder
impl Default for SecurityGroupMembershipBuilder
source§fn default() -> SecurityGroupMembershipBuilder
fn default() -> SecurityGroupMembershipBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SecurityGroupMembershipBuilder> for SecurityGroupMembershipBuilder
impl PartialEq<SecurityGroupMembershipBuilder> for SecurityGroupMembershipBuilder
source§fn eq(&self, other: &SecurityGroupMembershipBuilder) -> bool
fn eq(&self, other: &SecurityGroupMembershipBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.