Interface Project.Builder

    • Method Detail

      • arn

        Project.Builder arn​(String arn)

        The project's ARN.

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

        Project.Builder name​(String name)

        The project's name.

        Parameters:
        name - The project's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultJobTimeoutMinutes

        Project.Builder defaultJobTimeoutMinutes​(Integer defaultJobTimeoutMinutes)

        The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.

        Parameters:
        defaultJobTimeoutMinutes - The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • created

        Project.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.
      • vpcConfig

        Project.Builder vpcConfig​(VpcConfig 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.