Interface VpcConfig.Builder

  • Method Details

    • securityGroupIds

      VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      An array of one or more security groups IDs in your Amazon VPC.

      Parameters:
      securityGroupIds - An array of one or more security groups IDs in your Amazon VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(String... securityGroupIds)

      An array of one or more security groups IDs in your Amazon VPC.

      Parameters:
      securityGroupIds - An array of one or more security groups IDs in your Amazon VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(Collection<String> subnetIds)

      An array of one or more subnet IDs in your Amazon VPC.

      Parameters:
      subnetIds - An array of one or more subnet IDs in your Amazon VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      VpcConfig.Builder subnetIds(String... subnetIds)

      An array of one or more subnet IDs in your Amazon VPC.

      Parameters:
      subnetIds - An array of one or more subnet IDs in your Amazon VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      VpcConfig.Builder vpcId(String vpcId)

      The ID of the Amazon VPC.

      Parameters:
      vpcId - The ID of the Amazon VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.