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