public static interface ExperimentSummary.Builder extends SdkPojo, CopyableBuilder<ExperimentSummary.Builder,ExperimentSummary>
| Modifier and Type | Method and Description |
|---|---|
ExperimentSummary.Builder |
creationTime(Instant creationTime)
The time that the experiment was created.
|
ExperimentSummary.Builder |
experimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
|
ExperimentSummary.Builder |
id(String id)
The ID of the experiment.
|
default ExperimentSummary.Builder |
state(Consumer<ExperimentState.Builder> state)
The state of the experiment.
|
ExperimentSummary.Builder |
state(ExperimentState state)
The state of the experiment.
|
ExperimentSummary.Builder |
tags(Map<String,String> tags)
The tags for the experiment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentSummary.Builder id(String id)
The ID of the experiment.
id - The ID of the experiment.ExperimentSummary.Builder experimentTemplateId(String experimentTemplateId)
The ID of the experiment template.
experimentTemplateId - The ID of the experiment template.ExperimentSummary.Builder state(ExperimentState state)
The state of the experiment.
state - The state of the experiment.default ExperimentSummary.Builder state(Consumer<ExperimentState.Builder> state)
The state of the experiment.
This is a convenience method that creates an instance of theExperimentState.Builder avoiding the
need to create one manually via ExperimentState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to state(ExperimentState).state - a consumer that will call methods on ExperimentState.Builderstate(ExperimentState)ExperimentSummary.Builder creationTime(Instant creationTime)
The time that the experiment was created.
creationTime - The time that the experiment was created.ExperimentSummary.Builder tags(Map<String,String> tags)
The tags for the experiment.
tags - The tags for the experiment.Copyright © 2022. All rights reserved.