Interface UpdateDataAutomationProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<UpdateDataAutomationProjectResponse.Builder,,UpdateDataAutomationProjectResponse> SdkBuilder<UpdateDataAutomationProjectResponse.Builder,,UpdateDataAutomationProjectResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateDataAutomationProjectResponse
@Mutable
@NotThreadSafe
public static interface UpdateDataAutomationProjectResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataAutomationProjectResponse.Builder,UpdateDataAutomationProjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptionprojectArn(String projectArn) Sets the value of the ProjectArn 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.Sets the value of the Status property for this object.status(DataAutomationProjectStatus status) Sets the value of the Status property for this object.Methods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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:
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-