Interface GetTestRunStepRequest.Builder
- All Superinterfaces:
AppTestRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GetTestRunStepRequest.Builder,
,GetTestRunStepRequest> SdkBuilder<GetTestRunStepRequest.Builder,
,GetTestRunStepRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetTestRunStepRequest
public static interface GetTestRunStepRequest.Builder
extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<GetTestRunStepRequest.Builder,GetTestRunStepRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The step name of the test run step.testCaseId
(String testCaseId) The test case ID of a test run step.The test run ID of the test run step.testSuiteId
(String testSuiteId) The test suite ID of a test run step.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, sdkFields
-
Method Details
-
testRunId
The test run ID of the test run step.
- Parameters:
testRunId
- The test run ID of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepName
The step name of the test run step.
- Parameters:
stepName
- The step name of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The test case ID of a test run step.
- Parameters:
testCaseId
- The test case ID of a test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteId
The test suite ID of a test run step.
- Parameters:
testSuiteId
- The test suite ID of a test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTestRunStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetTestRunStepRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-