public static interface TrialSummary.Builder extends SdkPojo, CopyableBuilder<TrialSummary.Builder,TrialSummary>
| Modifier and Type | Method and Description |
|---|---|
TrialSummary.Builder |
creationTime(Instant creationTime)
When the trial was created.
|
TrialSummary.Builder |
displayName(String displayName)
The name of the trial as displayed.
|
TrialSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the trial was last modified.
|
TrialSummary.Builder |
trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
TrialSummary.Builder |
trialName(String trialName)
The name of the trial.
|
default TrialSummary.Builder |
trialSource(Consumer<TrialSource.Builder> trialSource)
Sets the value of the TrialSource property for this object.
|
TrialSummary.Builder |
trialSource(TrialSource trialSource)
Sets the value of the TrialSource property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialSummary.Builder trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn - The Amazon Resource Name (ARN) of the trial.TrialSummary.Builder trialName(String trialName)
The name of the trial.
trialName - The name of the trial.TrialSummary.Builder displayName(String displayName)
The name of the trial as displayed. If DisplayName isn't specified, TrialName is
displayed.
displayName - The name of the trial as displayed. If DisplayName isn't specified,
TrialName is displayed.TrialSummary.Builder trialSource(TrialSource trialSource)
trialSource - The new value for the TrialSource property for this object.default TrialSummary.Builder trialSource(Consumer<TrialSource.Builder> trialSource)
TrialSource.Builder avoiding the need to create
one manually via TrialSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to trialSource(TrialSource).trialSource - a consumer that will call methods on TrialSource.BuildertrialSource(TrialSource)TrialSummary.Builder creationTime(Instant creationTime)
When the trial was created.
creationTime - When the trial was created.TrialSummary.Builder lastModifiedTime(Instant lastModifiedTime)
When the trial was last modified.
lastModifiedTime - When the trial was last modified.Copyright © 2022. All rights reserved.