Interface StopTestRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopTestRunResponse.Builder,,StopTestRunResponse> Resiliencehubv2Response.Builder,SdkBuilder<StopTestRunResponse.Builder,,StopTestRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopTestRunResponse
@Mutable
@NotThreadSafe
public static interface StopTestRunResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<StopTestRunResponse.Builder,StopTestRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the test run.status(TestRunStatus status) The status of the test run.The identifier of the stopped test run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehubv2.model.Resiliencehubv2Response.Builder
build, responseMetadata, responseMetadataMethods 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
-
testRunId
The identifier of the stopped test run.
- Parameters:
testRunId- The identifier of the stopped test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test run.
- Parameters:
status- The status of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test run.
- Parameters:
status- The status of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-