Struct aws_sdk_sagemaker::types::builders::NeoVpcConfigBuilder
source · #[non_exhaustive]pub struct NeoVpcConfigBuilder { /* private fields */ }
Expand description
A builder for NeoVpcConfig
.
Implementations§
source§impl NeoVpcConfigBuilder
impl NeoVpcConfigBuilder
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 VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in the Subnets
field.
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 VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in the Subnets
field.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in the Subnets
field.
sourcepub fn subnets(self, input: impl Into<String>) -> Self
pub fn subnets(self, input: impl Into<String>) -> Self
Appends an item to subnets
.
To override the contents of this collection use set_subnets
.
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.
sourcepub fn set_subnets(self, input: Option<Vec<String>>) -> Self
pub fn set_subnets(self, input: Option<Vec<String>>) -> Self
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.
sourcepub fn get_subnets(&self) -> &Option<Vec<String>>
pub fn get_subnets(&self) -> &Option<Vec<String>>
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.
sourcepub fn build(self) -> NeoVpcConfig
pub fn build(self) -> NeoVpcConfig
Consumes the builder and constructs a NeoVpcConfig
.
Trait Implementations§
source§impl Clone for NeoVpcConfigBuilder
impl Clone for NeoVpcConfigBuilder
source§fn clone(&self) -> NeoVpcConfigBuilder
fn clone(&self) -> NeoVpcConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for NeoVpcConfigBuilder
impl Debug for NeoVpcConfigBuilder
source§impl Default for NeoVpcConfigBuilder
impl Default for NeoVpcConfigBuilder
source§fn default() -> NeoVpcConfigBuilder
fn default() -> NeoVpcConfigBuilder
source§impl PartialEq<NeoVpcConfigBuilder> for NeoVpcConfigBuilder
impl PartialEq<NeoVpcConfigBuilder> for NeoVpcConfigBuilder
source§fn eq(&self, other: &NeoVpcConfigBuilder) -> bool
fn eq(&self, other: &NeoVpcConfigBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.