Interface VpcConfig.Builder

  • Method Details

    • securityGroups

      VpcConfig.Builder securityGroups(Collection<String> securityGroups)

      The security groups associated with the VPC configuration.

      Parameters:
      securityGroups - The security groups associated with the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroups

      VpcConfig.Builder securityGroups(String... securityGroups)

      The security groups associated with the VPC configuration.

      Parameters:
      securityGroups - The security groups associated with the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      VpcConfig.Builder subnets(Collection<String> subnets)

      The subnets associated with the VPC configuration.

      Parameters:
      subnets - The subnets associated with the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      VpcConfig.Builder subnets(String... subnets)

      The subnets associated with the VPC configuration.

      Parameters:
      subnets - The subnets associated with the VPC configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.