Interface UpdateTestConfigurationResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateTestConfigurationResponse.Builder,
,UpdateTestConfigurationResponse> SdkBuilder<UpdateTestConfigurationResponse.Builder,
,UpdateTestConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateTestConfigurationResponse
@Mutable
@NotThreadSafe
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, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.
-