Interface CreateTestConfigurationRequest.Builder
-
- All Superinterfaces:
AppTestRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateTestConfigurationRequest.Builder,CreateTestConfigurationRequest>,SdkBuilder<CreateTestConfigurationRequest.Builder,CreateTestConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTestConfigurationRequest
public static interface CreateTestConfigurationRequest.Builder extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<CreateTestConfigurationRequest.Builder,CreateTestConfigurationRequest>
-
-
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
-
name
CreateTestConfigurationRequest.Builder name(String name)
The name of the test configuration.
- Parameters:
name- The name of the test configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateTestConfigurationRequest.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
CreateTestConfigurationRequest.Builder resources(Collection<Resource> resources)
The defined resources of the test configuration.
- Parameters:
resources- The defined resources of the test configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
CreateTestConfigurationRequest.Builder resources(Resource... resources)
The defined resources of the test configuration.
- Parameters:
resources- The defined resources of the test configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
CreateTestConfigurationRequest.Builder resources(Consumer<Resource.Builder>... resources)
The defined 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
CreateTestConfigurationRequest.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.
-
clientToken
CreateTestConfigurationRequest.Builder clientToken(String clientToken)
The client token of the test configuration.
- Parameters:
clientToken- The client token of the test configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateTestConfigurationRequest.Builder tags(Map<String,String> tags)
The tags of the test configuration.
- Parameters:
tags- The tags of the test configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSettings
CreateTestConfigurationRequest.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 CreateTestConfigurationRequest.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
CreateTestConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTestConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-