Interface DataAutomationProjectSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataAutomationProjectSummary.Builder,DataAutomationProjectSummary>,SdkBuilder<DataAutomationProjectSummary.Builder,DataAutomationProjectSummary>,SdkPojo
- Enclosing class:
- DataAutomationProjectSummary
public static interface DataAutomationProjectSummary.Builder extends SdkPojo, CopyableBuilder<DataAutomationProjectSummary.Builder,DataAutomationProjectSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataAutomationProjectSummary.BuildercreationTime(Instant creationTime)Sets the value of the CreationTime property for this object.DataAutomationProjectSummary.BuilderprojectArn(String projectArn)Sets the value of the ProjectArn property for this object.DataAutomationProjectSummary.BuilderprojectName(String projectName)Sets the value of the ProjectName property for this object.DataAutomationProjectSummary.BuilderprojectStage(String projectStage)Sets the value of the ProjectStage property for this object.DataAutomationProjectSummary.BuilderprojectStage(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 Detail
-
projectArn
DataAutomationProjectSummary.Builder projectArn(String 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
DataAutomationProjectSummary.Builder projectStage(String 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:
DataAutomationProjectStage,DataAutomationProjectStage
-
projectStage
DataAutomationProjectSummary.Builder projectStage(DataAutomationProjectStage 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:
DataAutomationProjectStage,DataAutomationProjectStage
-
projectName
DataAutomationProjectSummary.Builder projectName(String 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
DataAutomationProjectSummary.Builder creationTime(Instant 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.
-
-