Interface TestWindowSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TestWindowSummary.Builder,,- TestWindowSummary> - SdkBuilder<TestWindowSummary.Builder,,- TestWindowSummary> - SdkPojo
- Enclosing class:
- TestWindowSummary
@Mutable
@NotThreadSafe
public static interface TestWindowSummary.Builder
extends SdkPojo, CopyableBuilder<TestWindowSummary.Builder,TestWindowSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionIf the test failed, the reason why it failed.The status of the test.testWindowEnd(Instant testWindowEnd) The time at which the test ended.testWindowStart(Instant testWindowStart) The time at which the test began.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
testWindowStartThe time at which the test began. - Parameters:
- testWindowStart- The time at which the test began.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testWindowEndThe time at which the test ended. - Parameters:
- testWindowEnd- The time at which the test ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the test. Possible status values are: - 
 ACTIVE
- 
 CREATE_IN_PROGRESS
- 
 CREATE_FAILED
 - Parameters:
- status- The status of the test. Possible status values are:- 
        ACTIVE
- 
        CREATE_IN_PROGRESS
- 
        CREATE_FAILED
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
messageIf the test failed, the reason why it failed. - Parameters:
- message- If the test failed, the reason why it failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-