Interface UpdateTestCaseResponse.Builder

All Superinterfaces:
AppTestResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<UpdateTestCaseResponse.Builder,UpdateTestCaseResponse>, SdkBuilder<UpdateTestCaseResponse.Builder,UpdateTestCaseResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateTestCaseResponse

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

    • testCaseId

      UpdateTestCaseResponse.Builder testCaseId(String testCaseId)

      The test case ID of the test case.

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

      UpdateTestCaseResponse.Builder testCaseVersion(Integer testCaseVersion)

      The test case version of the test case.

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