Interface CreateDataAutomationProjectResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- BedrockDataAutomationResponse.Builder,- Buildable,- CopyableBuilder<CreateDataAutomationProjectResponse.Builder,,- CreateDataAutomationProjectResponse> - SdkBuilder<CreateDataAutomationProjectResponse.Builder,,- CreateDataAutomationProjectResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateDataAutomationProjectResponse
@Mutable
@NotThreadSafe
public static interface CreateDataAutomationProjectResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<CreateDataAutomationProjectResponse.Builder,CreateDataAutomationProjectResponse> 
- 
Method SummaryModifier 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.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
projectArnSets 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.
 
- 
projectStageSets 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:
 
- 
projectStageSets 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:
 
- 
statusSets 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:
 
- 
statusSets 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:
 
 
-