Interface VpcConfig.Builder

  • Method Details

    • securityGroupIds

      VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      List of security group IDs. Maximum of 5 security groups allowed.

      Parameters:
      securityGroupIds - List of security group IDs. Maximum of 5 security groups allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(String... securityGroupIds)

      List of security group IDs. Maximum of 5 security groups allowed.

      Parameters:
      securityGroupIds - List of security group IDs. Maximum of 5 security groups allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(Collection<String> subnetIds)

      List of subnet IDs. Maximum of 16 subnets allowed.

      Parameters:
      subnetIds - List of subnet IDs. Maximum of 16 subnets allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(String... subnetIds)

      List of subnet IDs. Maximum of 16 subnets allowed.

      Parameters:
      subnetIds - List of subnet IDs. Maximum of 16 subnets allowed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.