Interface CreateTestCaseResponse.Builder
- All Superinterfaces:
 AppTestResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateTestCaseResponse.Builder,,CreateTestCaseResponse> SdkBuilder<CreateTestCaseResponse.Builder,,CreateTestCaseResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateTestCaseResponse
public static interface CreateTestCaseResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<CreateTestCaseResponse.Builder,CreateTestCaseResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontestCaseId(String testCaseId) The test case ID of the test case.testCaseVersion(Integer testCaseVersion) The test case version of the test case.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
testCaseId
The test case ID of the test case.
- Parameters:
 testCaseId- The test case ID of the test case.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
testCaseVersion
The test case version of the test case.
- Parameters:
 testCaseVersion- The test case version of the test case.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -