Interface TestConfigurationSummary.Builder

    • Method Detail

      • testConfigurationId

        TestConfigurationSummary.Builder testConfigurationId​(String testConfigurationId)

        The test configuration ID of the test configuration summary.

        Parameters:
        testConfigurationId - The test configuration ID of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TestConfigurationSummary.Builder name​(String name)

        The name of the test configuration summary.

        Parameters:
        name - The name of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReason

        TestConfigurationSummary.Builder statusReason​(String statusReason)

        The status reason of the test configuration summary.

        Parameters:
        statusReason - The status reason of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersion

        TestConfigurationSummary.Builder latestVersion​(Integer latestVersion)

        The latest version of the test configuration summary.

        Parameters:
        latestVersion - The latest version of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testConfigurationArn

        TestConfigurationSummary.Builder testConfigurationArn​(String testConfigurationArn)

        The test configuration ARN of the test configuration summary.

        Parameters:
        testConfigurationArn - The test configuration ARN of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        TestConfigurationSummary.Builder creationTime​(Instant creationTime)

        The creation time of the test configuration summary.

        Parameters:
        creationTime - The creation time of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        TestConfigurationSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last update time of the test configuration summary.

        Parameters:
        lastUpdateTime - The last update time of the test configuration summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.