Interface StartTestRunRequest.Builder
-
- All Superinterfaces:
AppTestRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartTestRunRequest.Builder,StartTestRunRequest>,SdkBuilder<StartTestRunRequest.Builder,StartTestRunRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartTestRunRequest
public static interface StartTestRunRequest.Builder extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<StartTestRunRequest.Builder,StartTestRunRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartTestRunRequest.BuilderclientToken(String clientToken)The client token of the test run.StartTestRunRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartTestRunRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartTestRunRequest.Buildertags(Map<String,String> tags)The tags of the test run.StartTestRunRequest.BuildertestConfigurationId(String testConfigurationId)The configuration ID of the test run.StartTestRunRequest.BuildertestSuiteId(String testSuiteId)The test suite ID of the test run.-
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
-
testSuiteId
StartTestRunRequest.Builder testSuiteId(String testSuiteId)
The test suite ID of the test run.
- Parameters:
testSuiteId- The test suite ID of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationId
StartTestRunRequest.Builder testConfigurationId(String testConfigurationId)
The configuration ID of the test run.
- Parameters:
testConfigurationId- The configuration ID of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
StartTestRunRequest.Builder clientToken(String clientToken)
The client token of the test run.
- Parameters:
clientToken- The client token of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartTestRunRequest.Builder tags(Map<String,String> tags)
The tags of the test run.
- Parameters:
tags- The tags of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartTestRunRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartTestRunRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-