public static interface GetTestExecutionArtifactsUrlResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<GetTestExecutionArtifactsUrlResponse.Builder,GetTestExecutionArtifactsUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTestExecutionArtifactsUrlResponse.Builder |
downloadArtifactsUrl(String downloadArtifactsUrl)
The pre-signed Amazon S3 URL to download completed test execution.
|
GetTestExecutionArtifactsUrlResponse.Builder |
testExecutionId(String testExecutionId)
The unique identifier of the completed test execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTestExecutionArtifactsUrlResponse.Builder testExecutionId(String testExecutionId)
The unique identifier of the completed test execution.
testExecutionId - The unique identifier of the completed test execution.GetTestExecutionArtifactsUrlResponse.Builder downloadArtifactsUrl(String downloadArtifactsUrl)
The pre-signed Amazon S3 URL to download completed test execution.
downloadArtifactsUrl - The pre-signed Amazon S3 URL to download completed test execution.Copyright © 2023. All rights reserved.