Interface VpcConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VpcConfiguration.Builder,,- VpcConfiguration> - SdkBuilder<VpcConfiguration.Builder,,- VpcConfiguration> - SdkPojo
- Enclosing class:
- VpcConfiguration
@Mutable
@NotThreadSafe
public static interface VpcConfiguration.Builder
extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.securityGroupIds(Collection<String> securityGroupIds) The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.subnetIds(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
securityGroupIdsThe 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.
 
- 
securityGroupIdsThe 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.
 
- 
subnetIdsThe 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.
 
- 
subnetIdsThe 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.
 
 
-