Interface TrialComponentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrialComponentSummary.Builder,
,TrialComponentSummary> SdkBuilder<TrialComponentSummary.Builder,
,TrialComponentSummary> SdkPojo
- Enclosing class:
TrialComponentSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault TrialComponentSummary.Builder
createdBy
(Consumer<UserContext.Builder> createdBy) Who created the trial component.createdBy
(UserContext createdBy) Who created the trial component.creationTime
(Instant creationTime) When the component was created.displayName
(String displayName) The name of the component as displayed.When the component ended.default TrialComponentSummary.Builder
lastModifiedBy
(Consumer<UserContext.Builder> lastModifiedBy) Who last modified the component.lastModifiedBy
(UserContext lastModifiedBy) Who last modified the component.lastModifiedTime
(Instant lastModifiedTime) When the component was last modified.When the component started.default TrialComponentSummary.Builder
status
(Consumer<TrialComponentStatus.Builder> status) The status of the component.status
(TrialComponentStatus status) The status of the component.trialComponentArn
(String trialComponentArn) The Amazon Resource Name (ARN) of the trial component.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.trialComponentSource
(TrialComponentSource trialComponentSource) Sets the value of the TrialComponentSource property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
trialComponentName
The name of the trial component.
- Parameters:
trialComponentName
- The name of the trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trialComponentArn
The Amazon Resource Name (ARN) of the trial component.
- Parameters:
trialComponentArn
- The Amazon Resource Name (ARN) of the trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name of the component as displayed. If
DisplayName
isn't specified,TrialComponentName
is displayed.- Parameters:
displayName
- The name of the component as displayed. IfDisplayName
isn't specified,TrialComponentName
is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trialComponentSource
Sets the value of the TrialComponentSource property for this object.- Parameters:
trialComponentSource
- The new value for the TrialComponentSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trialComponentSource
default TrialComponentSummary.Builder trialComponentSource(Consumer<TrialComponentSource.Builder> trialComponentSource) Sets the value of the TrialComponentSource property for this object. This is a convenience method that creates an instance of theTrialComponentSource.Builder
avoiding the need to create one manually viaTrialComponentSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrialComponentSource(TrialComponentSource)
.- Parameters:
trialComponentSource
- a consumer that will call methods onTrialComponentSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the component. States include:
-
InProgress
-
Completed
-
Failed
- Parameters:
status
- The status of the component. States include:-
InProgress
-
Completed
-
Failed
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
status
The status of the component. States include:
-
InProgress
-
Completed
-
Failed
TrialComponentStatus.Builder
avoiding the need to create one manually viaTrialComponentStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(TrialComponentStatus)
.- Parameters:
status
- a consumer that will call methods onTrialComponentStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
startTime
When the component started.
- Parameters:
startTime
- When the component started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
When the component ended.
- Parameters:
endTime
- When the component ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
When the component was created.
- Parameters:
creationTime
- When the component was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Who created the trial component.
- Parameters:
createdBy
- Who created the trial component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Who created the trial component.
This is a convenience method that creates an instance of theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreatedBy(UserContext)
.- Parameters:
createdBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
When the component was last modified.
- Parameters:
lastModifiedTime
- When the component was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
Who last modified the component.
- Parameters:
lastModifiedBy
- Who last modified the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
Who last modified the component.
This is a convenience method that creates an instance of theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastModifiedBy(UserContext)
.- Parameters:
lastModifiedBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-