Interface StartSuiteRunResponse.Builder

    • Method Detail

      • suiteRunId

        StartSuiteRunResponse.Builder suiteRunId​(String suiteRunId)

        Suite Run ID of the started suite run.

        Parameters:
        suiteRunId - Suite Run ID of the started suite run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suiteRunArn

        StartSuiteRunResponse.Builder suiteRunArn​(String suiteRunArn)

        Amazon Resource Name (ARN) of the started suite run.

        Parameters:
        suiteRunArn - Amazon Resource Name (ARN) of the started suite run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        StartSuiteRunResponse.Builder createdAt​(Instant createdAt)

        Starts a Device Advisor test suite run based on suite create time.

        Parameters:
        createdAt - Starts a Device Advisor test suite run based on suite create time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        StartSuiteRunResponse.Builder endpoint​(String endpoint)

        The response of an Device Advisor test endpoint.

        Parameters:
        endpoint - The response of an Device Advisor test endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.