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
-
Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
testConfigurationId
UpdateTestConfigurationRequest.Builder testConfigurationId(String 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
UpdateTestConfigurationRequest.Builder description(String 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
UpdateTestConfigurationRequest.Builder resources(Collection<Resource> 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
UpdateTestConfigurationRequest.Builder resources(Resource... 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
UpdateTestConfigurationRequest.Builder resources(Consumer<Resource.Builder>... 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 to#resources(List.) - 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:
#resources(java.util.Collection)
-
properties
UpdateTestConfigurationRequest.Builder properties(Map<String,String> 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
UpdateTestConfigurationRequest.Builder serviceSettings(ServiceSettings 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:
serviceSettings(ServiceSettings)
-
overrideConfiguration
UpdateTestConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTestConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-