public static interface TrialComponentSimpleSummary.Builder extends SdkPojo, CopyableBuilder<TrialComponentSimpleSummary.Builder,TrialComponentSimpleSummary>
| Modifier and Type | Method and Description |
|---|---|
default TrialComponentSimpleSummary.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
TrialComponentSimpleSummary.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
TrialComponentSimpleSummary.Builder |
creationTime(Instant creationTime)
When the component was created.
|
TrialComponentSimpleSummary.Builder |
trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
TrialComponentSimpleSummary.Builder |
trialComponentName(String trialComponentName)
The name of the trial component.
|
default TrialComponentSimpleSummary.Builder |
trialComponentSource(Consumer<TrialComponentSource.Builder> trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
TrialComponentSimpleSummary.Builder |
trialComponentSource(TrialComponentSource trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentSimpleSummary.Builder trialComponentName(String trialComponentName)
The name of the trial component.
trialComponentName - The name of the trial component.TrialComponentSimpleSummary.Builder trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
trialComponentArn - The Amazon Resource Name (ARN) of the trial component.TrialComponentSimpleSummary.Builder trialComponentSource(TrialComponentSource trialComponentSource)
trialComponentSource - The new value for the TrialComponentSource property for this object.default TrialComponentSimpleSummary.Builder trialComponentSource(Consumer<TrialComponentSource.Builder> trialComponentSource)
TrialComponentSource.Builder avoiding
the need to create one manually via TrialComponentSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to trialComponentSource(TrialComponentSource).trialComponentSource - a consumer that will call methods on TrialComponentSource.BuildertrialComponentSource(TrialComponentSource)TrialComponentSimpleSummary.Builder creationTime(Instant creationTime)
When the component was created.
creationTime - When the component was created.TrialComponentSimpleSummary.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default TrialComponentSimpleSummary.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)Copyright © 2022. All rights reserved.