Interface TestGridVpcConfig.Builder

    • Method Detail

      • securityGroupIds

        TestGridVpcConfig.Builder securityGroupIds​(Collection<String> securityGroupIds)

        A list of VPC security group IDs in your Amazon VPC.

        Parameters:
        securityGroupIds - A list of VPC security group IDs in your Amazon VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        TestGridVpcConfig.Builder securityGroupIds​(String... securityGroupIds)

        A list of VPC security group IDs in your Amazon VPC.

        Parameters:
        securityGroupIds - A list of VPC security group IDs in your Amazon VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        TestGridVpcConfig.Builder subnetIds​(Collection<String> subnetIds)

        A list of VPC subnet IDs in your Amazon VPC.

        Parameters:
        subnetIds - A list of VPC subnet IDs in your Amazon VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        TestGridVpcConfig.Builder subnetIds​(String... subnetIds)

        A list of VPC subnet IDs in your Amazon VPC.

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

        TestGridVpcConfig.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.