Interface DataAutomationProjectSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataAutomationProjectSummary.Builder,
,DataAutomationProjectSummary> SdkBuilder<DataAutomationProjectSummary.Builder,
,DataAutomationProjectSummary> SdkPojo
- Enclosing class:
DataAutomationProjectSummary
@Mutable
@NotThreadSafe
public static interface DataAutomationProjectSummary.Builder
extends SdkPojo, CopyableBuilder<DataAutomationProjectSummary.Builder,DataAutomationProjectSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Sets the value of the CreationTime property for this object.projectArn
(String projectArn) Sets the value of the ProjectArn property for this object.projectName
(String projectName) Sets the value of the ProjectName property for this object.projectStage
(String projectStage) Sets the value of the ProjectStage property for this object.projectStage
(DataAutomationProjectStage projectStage) Sets the value of the ProjectStage 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
-
projectArn
Sets the value of the ProjectArn property for this object.- Parameters:
projectArn
- The new value for the ProjectArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectStage
Sets the value of the ProjectStage property for this object.- Parameters:
projectStage
- The new value for the ProjectStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectStage
Sets the value of the ProjectStage property for this object.- Parameters:
projectStage
- The new value for the ProjectStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
projectName
Sets the value of the ProjectName property for this object.- Parameters:
projectName
- The new value for the ProjectName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Sets the value of the CreationTime property for this object.- Parameters:
creationTime
- The new value for the CreationTime property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-