Interface VpcConfig.Builder

  • Method Details

    • subnetIds

      VpcConfig.Builder subnetIds(Collection<String> subnetIds)

      The IDs of the subnets associated with the cluster.

      Parameters:
      subnetIds -

      The IDs of the subnets associated with the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(String... subnetIds)

      The IDs of the subnets associated with the cluster.

      Parameters:
      subnetIds -

      The IDs of the subnets associated with the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      The IDs of the security groups associated with the cluster.

      Parameters:
      securityGroupIds -

      The IDs of the security groups associated with the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(String... securityGroupIds)

      The IDs of the security groups associated with the cluster.

      Parameters:
      securityGroupIds -

      The IDs of the security groups associated with the cluster.

      Returns:
      Returns a reference to this object so that method calls can be chained together.