Interface GetTestSuiteResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTestSuiteResponse.Builder,
,GetTestSuiteResponse> SdkBuilder<GetTestSuiteResponse.Builder,
,GetTestSuiteResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTestSuiteResponse
-
Method Summary
Modifier and TypeMethodDescriptionafterSteps
(Collection<Step> afterSteps) The after steps of the test suite.afterSteps
(Consumer<Step.Builder>... afterSteps) The after steps of the test suite.afterSteps
(Step... afterSteps) The after steps of the test suite.beforeSteps
(Collection<Step> beforeSteps) The before steps of the test suite.beforeSteps
(Consumer<Step.Builder>... beforeSteps) The before steps of the test suite.beforeSteps
(Step... beforeSteps) The before steps of the test suite.creationTime
(Instant creationTime) The creation time of the test suite.description
(String description) The description of the test suite.lastUpdateTime
(Instant lastUpdateTime) The last update time of the test suite.default GetTestSuiteResponse.Builder
latestVersion
(Consumer<TestSuiteLatestVersion.Builder> latestVersion) The latest version of the test suite.latestVersion
(TestSuiteLatestVersion latestVersion) The latest version of the test suite.The name of the test suite.The status of the test suite.status
(TestSuiteLifecycle status) The status of the test suite.statusReason
(String statusReason) The status reason of the test suite.The tags of the test suite.default GetTestSuiteResponse.Builder
testCases
(Consumer<TestCases.Builder> testCases) The test cases of the test suite.The test cases of the test suite.testSuiteArn
(String testSuiteArn) The test suite Amazon Resource Name (ARN).testSuiteId
(String testSuiteId) The response ID of the test suite.testSuiteVersion
(Integer testSuiteVersion) The version of the test suite.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testSuiteId
The response ID of the test suite.
- Parameters:
testSuiteId
- The response ID of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the test suite.
- Parameters:
name
- The name of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
The latest version of the test suite.
- Parameters:
latestVersion
- The latest version of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
default GetTestSuiteResponse.Builder latestVersion(Consumer<TestSuiteLatestVersion.Builder> latestVersion) The latest version of the test suite.
This is a convenience method that creates an instance of theTestSuiteLatestVersion.Builder
avoiding the need to create one manually viaTestSuiteLatestVersion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolatestVersion(TestSuiteLatestVersion)
.- Parameters:
latestVersion
- a consumer that will call methods onTestSuiteLatestVersion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
testSuiteVersion
The version of the test suite.
- Parameters:
testSuiteVersion
- The version of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test suite.
- Parameters:
status
- The status of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test suite.
- Parameters:
status
- The status of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The status reason of the test suite.
- Parameters:
statusReason
- The status reason of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteArn
The test suite Amazon Resource Name (ARN).
- Parameters:
testSuiteArn
- The test suite Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the test suite.
- Parameters:
creationTime
- The creation time of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The last update time of the test suite.
- Parameters:
lastUpdateTime
- The last update time of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the test suite.
- Parameters:
description
- The description of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeSteps
The before steps of the test suite.
- Parameters:
beforeSteps
- The before steps of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeSteps
The before steps of the test suite.
- Parameters:
beforeSteps
- The before steps of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeSteps
The before steps of the test suite.
This is a convenience method that creates an instance of theStep.Builder
avoiding the need to create one manually viaStep.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobeforeSteps(List<Step>)
.- Parameters:
beforeSteps
- a consumer that will call methods onStep.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
afterSteps
The after steps of the test suite.
- Parameters:
afterSteps
- The after steps of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterSteps
The after steps of the test suite.
- Parameters:
afterSteps
- The after steps of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterSteps
The after steps of the test suite.
This is a convenience method that creates an instance of theStep.Builder
avoiding the need to create one manually viaStep.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toafterSteps(List<Step>)
.- Parameters:
afterSteps
- a consumer that will call methods onStep.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
testCases
The test cases of the test suite.
- Parameters:
testCases
- The test cases of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCases
The test cases of the test suite.
This is a convenience method that creates an instance of theTestCases.Builder
avoiding the need to create one manually viaTestCases.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totestCases(TestCases)
.- Parameters:
testCases
- a consumer that will call methods onTestCases.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags of the test suite.
- Parameters:
tags
- The tags of the test suite.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-