public static interface TrialComponentSummary.Builder extends SdkPojo, CopyableBuilder<TrialComponentSummary.Builder,TrialComponentSummary>
| Modifier and Type | Method and Description |
|---|---|
default TrialComponentSummary.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial component.
|
TrialComponentSummary.Builder |
createdBy(UserContext createdBy)
Who created the trial component.
|
TrialComponentSummary.Builder |
creationTime(Instant creationTime)
When the component was created.
|
TrialComponentSummary.Builder |
displayName(String displayName)
The name of the component as displayed.
|
TrialComponentSummary.Builder |
endTime(Instant endTime)
When the component ended.
|
default TrialComponentSummary.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
|
TrialComponentSummary.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
TrialComponentSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the component was last modified.
|
TrialComponentSummary.Builder |
startTime(Instant startTime)
When the component started.
|
default TrialComponentSummary.Builder |
status(Consumer<TrialComponentStatus.Builder> status)
The status of the component.
|
TrialComponentSummary.Builder |
status(TrialComponentStatus status)
The status of the component.
|
TrialComponentSummary.Builder |
trialComponentArn(String trialComponentArn)
The ARN of the trial component.
|
TrialComponentSummary.Builder |
trialComponentName(String trialComponentName)
The name of the trial component.
|
default TrialComponentSummary.Builder |
trialComponentSource(Consumer<TrialComponentSource.Builder> trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
TrialComponentSummary.Builder |
trialComponentSource(TrialComponentSource trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentSummary.Builder trialComponentName(String trialComponentName)
The name of the trial component.
trialComponentName - The name of the trial component.TrialComponentSummary.Builder trialComponentArn(String trialComponentArn)
The ARN of the trial component.
trialComponentArn - The ARN of the trial component.TrialComponentSummary.Builder displayName(String displayName)
The name of the component as displayed. If DisplayName isn't specified,
TrialComponentName is displayed.
displayName - The name of the component as displayed. If DisplayName isn't specified,
TrialComponentName is displayed.TrialComponentSummary.Builder trialComponentSource(TrialComponentSource trialComponentSource)
trialComponentSource - The new value for the TrialComponentSource property for this object.default TrialComponentSummary.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)TrialComponentSummary.Builder status(TrialComponentStatus status)
The status of the component. States include:
InProgress
Completed
Failed
status - The status of the component. States include:
InProgress
Completed
Failed
default TrialComponentSummary.Builder status(Consumer<TrialComponentStatus.Builder> status)
The status of the component. States include:
InProgress
Completed
Failed
TrialComponentStatus.Builder avoiding the need
to create one manually via TrialComponentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to status(TrialComponentStatus).status - a consumer that will call methods on TrialComponentStatus.Builderstatus(TrialComponentStatus)TrialComponentSummary.Builder startTime(Instant startTime)
When the component started.
startTime - When the component started.TrialComponentSummary.Builder endTime(Instant endTime)
When the component ended.
endTime - When the component ended.TrialComponentSummary.Builder creationTime(Instant creationTime)
When the component was created.
creationTime - When the component was created.TrialComponentSummary.Builder createdBy(UserContext createdBy)
Who created the trial component.
createdBy - Who created the trial component.default TrialComponentSummary.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial component.
This is a convenience that creates an instance of theUserContext.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)TrialComponentSummary.Builder lastModifiedTime(Instant lastModifiedTime)
When the component was last modified.
lastModifiedTime - When the component was last modified.TrialComponentSummary.Builder lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
lastModifiedBy - Who last modified the component.default TrialComponentSummary.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
This is a convenience that creates an instance of theUserContext.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 lastModifiedBy(UserContext).lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)Copyright © 2022. All rights reserved.