Interface StartTestCaseExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<StartTestCaseExecutionResponse.Builder,,StartTestCaseExecutionResponse> SdkBuilder<StartTestCaseExecutionResponse.Builder,,StartTestCaseExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartTestCaseExecutionResponse
@Mutable
@NotThreadSafe
public static interface StartTestCaseExecutionResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<StartTestCaseExecutionResponse.Builder,StartTestCaseExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Status property for this object.status(TestCaseExecutionStatus status) Sets the value of the Status property for this object.testCaseExecutionId(String testCaseExecutionId) The identifier of the test case execution.testCaseId(String testCaseId) The identifier of the test case resource that was executed.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testCaseExecutionId
The identifier of the test case execution.
- Parameters:
testCaseExecutionId- The identifier of the test case execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The identifier of the test case resource that was executed.
- Parameters:
testCaseId- The identifier of the test case resource that was executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-