Interface TestGridVpcConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>, SdkBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>, SdkPojo
Enclosing class:
TestGridVpcConfig

public static interface TestGridVpcConfig.Builder extends SdkPojo, CopyableBuilder<TestGridVpcConfig.Builder,TestGridVpcConfig>
  • Method Details

    • 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

      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

      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.