Interface CreateSuiteDefinitionResponse.Builder

    • Method Detail

      • suiteDefinitionId

        CreateSuiteDefinitionResponse.Builder suiteDefinitionId​(String suiteDefinitionId)

        The UUID of the test suite created.

        Parameters:
        suiteDefinitionId - The UUID of the test suite created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suiteDefinitionArn

        CreateSuiteDefinitionResponse.Builder suiteDefinitionArn​(String suiteDefinitionArn)

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

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

        CreateSuiteDefinitionResponse.Builder suiteDefinitionName​(String suiteDefinitionName)

        The suite definition name of the test suite. This is a required parameter.

        Parameters:
        suiteDefinitionName - The suite definition name of the test suite. This is a required parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateSuiteDefinitionResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the test suite was created.

        Parameters:
        createdAt - The timestamp of when the test suite was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.