Struct aws_sdk_grafana::model::vpc_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VpcConfiguration
.
Implementations§
source§impl Builder
impl Builder
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 list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
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 list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
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 list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
sourcepub fn build(self) -> VpcConfiguration
pub fn build(self) -> VpcConfiguration
Consumes the builder and constructs a VpcConfiguration
.