Interface GetTestExecutionArtifactsUrlResponse.Builder

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

  • Method Details

    • testExecutionId

      GetTestExecutionArtifactsUrlResponse.Builder testExecutionId(String testExecutionId)

      The unique identifier of the completed test execution.

      Parameters:
      testExecutionId - The unique identifier of the completed test execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • downloadArtifactsUrl

      GetTestExecutionArtifactsUrlResponse.Builder downloadArtifactsUrl(String downloadArtifactsUrl)

      The pre-signed Amazon S3 URL to download completed test execution.

      Parameters:
      downloadArtifactsUrl - The pre-signed Amazon S3 URL to download completed test execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.