public static interface ExperimentTemplateSummary.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateSummary.Builder,ExperimentTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
ExperimentTemplateSummary.Builder |
creationTime(Instant creationTime)
The time that the experiment template was created.
|
ExperimentTemplateSummary.Builder |
description(String description)
The description of the experiment template.
|
ExperimentTemplateSummary.Builder |
id(String id)
The ID of the experiment template.
|
ExperimentTemplateSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time that the experiment template was last updated.
|
ExperimentTemplateSummary.Builder |
tags(Map<String,String> tags)
The tags for the experiment template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperimentTemplateSummary.Builder id(String id)
The ID of the experiment template.
id - The ID of the experiment template.ExperimentTemplateSummary.Builder description(String description)
The description of the experiment template.
description - The description of the experiment template.ExperimentTemplateSummary.Builder creationTime(Instant creationTime)
The time that the experiment template was created.
creationTime - The time that the experiment template was created.ExperimentTemplateSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The time that the experiment template was last updated.
lastUpdateTime - The time that the experiment template was last updated.ExperimentTemplateSummary.Builder tags(Map<String,String> tags)
The tags for the experiment template.
tags - The tags for the experiment template.Copyright © 2022. All rights reserved.