Interface VpcConfig.Builder

  • Method Details

    • 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.
    • subnets

      VpcConfig.Builder subnets(Collection<String> subnets)

      A list of one or more subnet IDs in your Amazon VPC.

      Parameters:
      subnets - A list 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.
    • subnets

      VpcConfig.Builder subnets(String... subnets)

      A list of one or more subnet IDs in your Amazon VPC.

      Parameters:
      subnets - A list 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.
    • securityGroupIds

      VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)

      A list of one or more security groups IDs in your Amazon VPC.

      Parameters:
      securityGroupIds - A list 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)

      A list of one or more security groups IDs in your Amazon VPC.

      Parameters:
      securityGroupIds - A list 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.