Interface TestGridProject.Builder

    • Method Detail

      • arn

        TestGridProject.Builder arn​(String arn)

        The ARN for the project.

        Parameters:
        arn - The ARN for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TestGridProject.Builder name​(String name)

        A human-readable name for the project.

        Parameters:
        name - A human-readable name for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        TestGridProject.Builder description​(String description)

        A human-readable description for the project.

        Parameters:
        description - A human-readable description for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        TestGridProject.Builder vpcConfig​(TestGridVpcConfig vpcConfig)

        The VPC security groups and subnets that are attached to a project.

        Parameters:
        vpcConfig - The VPC security groups and subnets that are attached to a project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        TestGridProject.Builder created​(Instant created)

        When the project was created.

        Parameters:
        created - When the project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.