public static interface VpcConfig.Builder extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
| Modifier and Type | Method and Description |
|---|---|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the cluster.
|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the cluster.
|
VpcConfig.Builder |
subnetIds(Collection<String> subnetIds)
The IDs of the subnets associated with the cluster.
|
VpcConfig.Builder |
subnetIds(String... subnetIds)
The IDs of the subnets associated with the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfig.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets associated with the cluster.
subnetIds - The IDs of the subnets associated with the cluster.
VpcConfig.Builder subnetIds(String... subnetIds)
The IDs of the subnets associated with the cluster.
subnetIds - The IDs of the subnets associated with the cluster.
VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the cluster.
securityGroupIds - The IDs of the security groups associated with the cluster.
VpcConfig.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the cluster.
securityGroupIds - The IDs of the security groups associated with the cluster.
Copyright © 2023. All rights reserved.