static Trial.Builder |
Trial.builder() |
|
default Trial.Builder |
Trial.Builder.createdBy(Consumer<UserContext.Builder> createdBy) |
Who created the trial.
|
Trial.Builder |
Trial.Builder.createdBy(UserContext createdBy) |
Who created the trial.
|
Trial.Builder |
Trial.Builder.creationTime(Instant creationTime) |
When the trial was created.
|
Trial.Builder |
Trial.Builder.displayName(String displayName) |
The name of the trial as displayed.
|
Trial.Builder |
Trial.Builder.experimentName(String experimentName) |
The name of the experiment the trial is part of.
|
default Trial.Builder |
Trial.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
Trial.Builder |
Trial.Builder.lastModifiedBy(UserContext lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
Trial.Builder |
Trial.Builder.lastModifiedTime(Instant lastModifiedTime) |
Who last modified the trial.
|
default Trial.Builder |
Trial.Builder.metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties) |
Sets the value of the MetadataProperties property for this object.
|
Trial.Builder |
Trial.Builder.metadataProperties(MetadataProperties metadataProperties) |
Sets the value of the MetadataProperties property for this object.
|
default Trial.Builder |
Trial.Builder.source(Consumer<TrialSource.Builder> source) |
Sets the value of the Source property for this object.
|
Trial.Builder |
Trial.Builder.source(TrialSource source) |
Sets the value of the Source property for this object.
|
Trial.Builder |
Trial.Builder.tags(Collection<Tag> tags) |
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.Builder.tags(Tag... tags) |
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.toBuilder() |
|
Trial.Builder |
Trial.Builder.trialArn(String trialArn) |
The Amazon Resource Name (ARN) of the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries) |
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(Consumer<TrialComponentSimpleSummary.Builder>... trialComponentSummaries) |
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(TrialComponentSimpleSummary... trialComponentSummaries) |
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialName(String trialName) |
The name of the trial.
|