Interface StartTestRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartTestRunResponse.Builder,,StartTestRunResponse> Resiliencehubv2Response.Builder,SdkBuilder<StartTestRunResponse.Builder,,StartTestRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartTestRunResponse
@Mutable
@NotThreadSafe
public static interface StartTestRunResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<StartTestRunResponse.Builder,StartTestRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexperimentArns(String... experimentArns) The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.experimentArns(Collection<String> experimentArns) The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.The status of the started test run.status(TestRunStatus status) The status of the started test run.The identifier of the started 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 started test run.
- Parameters:
testRunId- The identifier of the started test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the started test run.
- Parameters:
status- The status of the started test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the started test run.
- Parameters:
status- The status of the started test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
experimentArns
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
- Parameters:
experimentArns- The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
experimentArns
The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.
- Parameters:
experimentArns- The ARNs of the AWS Fault Injection Service (AWS FIS) experiments started for the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-