#[non_exhaustive]pub struct TestGridVpcConfigBuilder { /* private fields */ }Expand description
A builder for TestGridVpcConfig.
Implementations§
source§impl TestGridVpcConfigBuilder
impl TestGridVpcConfigBuilder
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.
A list of VPC security group IDs in your Amazon VPC.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
A list of VPC security group IDs in your Amazon VPC.
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.
A list of VPC subnet IDs in your Amazon VPC.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
A list of VPC subnet IDs in your Amazon VPC.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the Amazon VPC.
sourcepub fn build(self) -> TestGridVpcConfig
pub fn build(self) -> TestGridVpcConfig
Consumes the builder and constructs a TestGridVpcConfig.
Trait Implementations§
source§impl Clone for TestGridVpcConfigBuilder
impl Clone for TestGridVpcConfigBuilder
source§fn clone(&self) -> TestGridVpcConfigBuilder
fn clone(&self) -> TestGridVpcConfigBuilder
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 TestGridVpcConfigBuilder
impl Debug for TestGridVpcConfigBuilder
source§impl Default for TestGridVpcConfigBuilder
impl Default for TestGridVpcConfigBuilder
source§fn default() -> TestGridVpcConfigBuilder
fn default() -> TestGridVpcConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TestGridVpcConfigBuilder> for TestGridVpcConfigBuilder
impl PartialEq<TestGridVpcConfigBuilder> for TestGridVpcConfigBuilder
source§fn eq(&self, other: &TestGridVpcConfigBuilder) -> bool
fn eq(&self, other: &TestGridVpcConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.