Interface VpcConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>,SdkBuilder<VpcConfiguration.Builder,VpcConfiguration>,SdkPojo
- Enclosing class:
- VpcConfiguration
public static interface VpcConfiguration.Builder extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcConfiguration.BuildersecurityGroupIds(String... securityGroupIds)The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.VpcConfiguration.BuildersecurityGroupIds(Collection<String> securityGroupIds)The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.VpcConfiguration.BuildersubnetIds(String... subnetIds)The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.VpcConfiguration.BuildersubnetIds(Collection<String> subnetIds)The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityGroupIds
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. Duplicates not allowed.
- Parameters:
securityGroupIds- The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
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.
- Parameters:
securityGroupIds- The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
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.
- Parameters:
subnetIds- The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
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.
- Parameters:
subnetIds- The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect. Duplicates not allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-