Interface UpdateTestConfigurationRequest.Builder
- All Superinterfaces:
 AppTestRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTestConfigurationRequest.Builder,,UpdateTestConfigurationRequest> SdkBuilder<UpdateTestConfigurationRequest.Builder,,UpdateTestConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateTestConfigurationRequest
public static interface UpdateTestConfigurationRequest.Builder
extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<UpdateTestConfigurationRequest.Builder,UpdateTestConfigurationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the test configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.properties(Map<String, String> properties) The properties of the test configuration.resources(Collection<Resource> resources) The resources of the test configuration.resources(Consumer<Resource.Builder>... resources) The resources of the test configuration.The resources of the test configuration.serviceSettings(Consumer<ServiceSettings.Builder> serviceSettings) The service settings of the test configuration.serviceSettings(ServiceSettings serviceSettings) The service settings of the test configuration.testConfigurationId(String testConfigurationId) The test configuration ID of the test configuration.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFields 
- 
Method Details
- 
testConfigurationId
The test configuration ID of the test configuration.
- Parameters:
 testConfigurationId- The test configuration ID of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the test configuration.
- Parameters:
 description- The description of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resources
The resources of the test configuration.
- Parameters:
 resources- The resources of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resources
The resources of the test configuration.
- Parameters:
 resources- The resources of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resources
The resources of the test configuration.
This is a convenience method that creates an instance of theResource.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresources(List<Resource>).- Parameters:
 resources- a consumer that will call methods onResource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
properties
The properties of the test configuration.
- Parameters:
 properties- The properties of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceSettings
The service settings of the test configuration.
- Parameters:
 serviceSettings- The service settings of the test configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceSettings
default UpdateTestConfigurationRequest.Builder serviceSettings(Consumer<ServiceSettings.Builder> serviceSettings) The service settings of the test configuration.
This is a convenience method that creates an instance of theServiceSettings.Builderavoiding the need to create one manually viaServiceSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceSettings(ServiceSettings).- Parameters:
 serviceSettings- a consumer that will call methods onServiceSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
UpdateTestConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateTestConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -