Interface ObservationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObservationSummary.Builder,,ObservationSummary> SdkBuilder<ObservationSummary.Builder,,ObservationSummary> SdkPojo
- Enclosing class:
ObservationSummary
@Mutable
@NotThreadSafe
public static interface ObservationSummary.Builder
extends SdkPojo, CopyableBuilder<ObservationSummary.Builder,ObservationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionobservationsFailed(Integer observationsFailed) The number of observations that failed during execution.observationsPassed(Integer observationsPassed) The number of observations that passed during execution.totalObservations(Integer totalObservations) The total number of observations in the test case.Methods 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, sdkFields
-
Method Details
-
totalObservations
The total number of observations in the test case.
- Parameters:
totalObservations- The total number of observations in the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
observationsPassed
The number of observations that passed during execution.
- Parameters:
observationsPassed- The number of observations that passed during execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
observationsFailed
The number of observations that failed during execution.
- Parameters:
observationsFailed- The number of observations that failed during execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-