Interface GetTestCaseResponse.Builder

    • Method Detail

      • testCaseId

        GetTestCaseResponse.Builder testCaseId​(String testCaseId)

        The response test ID of the test case.

        Parameters:
        testCaseId - The response test ID of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testCaseArn

        GetTestCaseResponse.Builder testCaseArn​(String testCaseArn)

        The Amazon Resource Name (ARN) of the test case.

        Parameters:
        testCaseArn - The Amazon Resource Name (ARN) of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetTestCaseResponse.Builder name​(String name)

        The name of the test case.

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

        GetTestCaseResponse.Builder description​(String description)

        The description of the test case.

        Parameters:
        description - The description of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestVersion

        GetTestCaseResponse.Builder latestVersion​(TestCaseLatestVersion latestVersion)

        The latest version of the test case.

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

        GetTestCaseResponse.Builder testCaseVersion​(Integer testCaseVersion)

        The case version of the test case.

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

        GetTestCaseResponse.Builder statusReason​(String statusReason)

        The status reason of the test case.

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

        GetTestCaseResponse.Builder creationTime​(Instant creationTime)

        The creation time of the test case.

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

        GetTestCaseResponse.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last update time of the test case.

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

        GetTestCaseResponse.Builder steps​(Collection<Step> steps)

        The steps of the test case.

        Parameters:
        steps - The steps of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • steps

        GetTestCaseResponse.Builder steps​(Step... steps)

        The steps of the test case.

        Parameters:
        steps - The steps of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetTestCaseResponse.Builder tags​(Map<String,​String> tags)

        The tags of the test case.

        Parameters:
        tags - The tags of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.