Interface ExperimentRunSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentRunSummary.Builder,,ExperimentRunSummary> SdkBuilder<ExperimentRunSummary.Builder,,ExperimentRunSummary> SdkPojo
- Enclosing class:
ExperimentRunSummary
@Mutable
@NotThreadSafe
public static interface ExperimentRunSummary.Builder
extends SdkPojo, CopyableBuilder<ExperimentRunSummary.Builder,ExperimentRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the experiment run.The date and time the experiment run ended, in ISO 8601 format.experimentDefinitionId(String experimentDefinitionId) The experiment definition ID.The experiment run number.The date and time the experiment run started, in ISO 8601 format.The current status of the experiment run.status(ExperimentRunStatus status) The current status of the experiment run.The date and time the experiment run was last updated, in ISO 8601 format.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
-
experimentDefinitionId
The experiment definition ID.
- Parameters:
experimentDefinitionId- The experiment definition ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
run
The experiment run number.
- Parameters:
run- The experiment run number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the experiment run.
- Parameters:
description- A description of the experiment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the experiment run.
- Parameters:
status- The current status of the experiment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the experiment run.
- Parameters:
status- The current status of the experiment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The date and time the experiment run started, in ISO 8601 format.
- Parameters:
startedAt- The date and time the experiment run started, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the experiment run was last updated, in ISO 8601 format.
- Parameters:
updatedAt- The date and time the experiment run was last updated, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The date and time the experiment run ended, in ISO 8601 format.
- Parameters:
endedAt- The date and time the experiment run ended, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-