public static interface VpcConfiguration.Builder extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
|
VpcConfiguration.Builder |
securityGroupIds(String... securityGroupIds)
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.
|
VpcConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
|
VpcConfiguration.Builder |
subnetIds(String... subnetIds)
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
securityGroupIds - The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to
connect. Duplicates not allowed.VpcConfiguration.Builder securityGroupIds(String... securityGroupIds)
The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
securityGroupIds - The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to
connect. Duplicates not allowed.VpcConfiguration.Builder subnetIds(Collection<String> subnetIds)
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
subnetIds - The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
Duplicates not allowed.VpcConfiguration.Builder subnetIds(String... subnetIds)
The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.
subnetIds - The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.
Duplicates not allowed.Copyright © 2023. All rights reserved.