Interface UpdateTestConfigurationResponse.Builder
- All Superinterfaces:
 AppTestResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTestConfigurationResponse.Builder,,UpdateTestConfigurationResponse> SdkBuilder<UpdateTestConfigurationResponse.Builder,,UpdateTestConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateTestConfigurationResponse
public static interface UpdateTestConfigurationResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<UpdateTestConfigurationResponse.Builder,UpdateTestConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontestConfigurationId(String testConfigurationId) The configuration ID of the test configuration.testConfigurationVersion(Integer testConfigurationVersion) The configuration version of the test configuration.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
- 
testConfigurationId
The configuration ID of the test configuration.
- Parameters:
 testConfigurationId- The configuration ID of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
testConfigurationVersion
The configuration version of the test configuration.
- Parameters:
 testConfigurationVersion- The configuration version of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -