Interface GetTestExecutionArtifactsUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTestExecutionArtifactsUrlResponse.Builder,GetTestExecutionArtifactsUrlResponse>,LexModelsV2Response.Builder,SdkBuilder<GetTestExecutionArtifactsUrlResponse.Builder,GetTestExecutionArtifactsUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTestExecutionArtifactsUrlResponse
public static interface GetTestExecutionArtifactsUrlResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<GetTestExecutionArtifactsUrlResponse.Builder,GetTestExecutionArtifactsUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTestExecutionArtifactsUrlResponse.BuilderdownloadArtifactsUrl(String downloadArtifactsUrl)The pre-signed Amazon S3 URL to download completed test execution.GetTestExecutionArtifactsUrlResponse.BuildertestExecutionId(String testExecutionId)The unique identifier of the completed test execution.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-