Struct aws_sdk_appstream::types::builders::VpcConfigBuilder
source · #[non_exhaustive]pub struct VpcConfigBuilder { /* private fields */ }
Expand description
A builder for VpcConfig
.
Implementations§
source§impl VpcConfigBuilder
impl VpcConfigBuilder
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
sourcepub fn get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.
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 identifiers of the security groups for the fleet or image builder.
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 identifiers of the security groups for the fleet or image builder.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The identifiers of the security groups for the fleet or image builder.
Trait Implementations§
source§impl Clone for VpcConfigBuilder
impl Clone for VpcConfigBuilder
source§fn clone(&self) -> VpcConfigBuilder
fn clone(&self) -> VpcConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VpcConfigBuilder
impl Debug for VpcConfigBuilder
source§impl Default for VpcConfigBuilder
impl Default for VpcConfigBuilder
source§fn default() -> VpcConfigBuilder
fn default() -> VpcConfigBuilder
source§impl PartialEq for VpcConfigBuilder
impl PartialEq for VpcConfigBuilder
source§fn eq(&self, other: &VpcConfigBuilder) -> bool
fn eq(&self, other: &VpcConfigBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.