Package com.oracle.bmc.devops.model
Class ApproveDeploymentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.ApproveDeploymentDetails.Builder
 
- 
- Enclosing class:
- ApproveDeploymentDetails
 
 public static class ApproveDeploymentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ApproveDeploymentDetails.Builderaction(ApproveDeploymentDetails.Action action)The action of Approve or Reject.ApproveDeploymentDetailsbuild()ApproveDeploymentDetails.Buildercopy(ApproveDeploymentDetails model)ApproveDeploymentDetails.BuilderdeployStageId(String deployStageId)The OCID of the stage which is marked for approval.ApproveDeploymentDetails.Builderreason(String reason)The reason for approving or rejecting the deployment.
 
- 
- 
- 
Method Detail- 
deployStageIdpublic ApproveDeploymentDetails.Builder deployStageId(String deployStageId) The OCID of the stage which is marked for approval.- Parameters:
- deployStageId- the value to set
- Returns:
- this builder
 
 - 
reasonpublic ApproveDeploymentDetails.Builder reason(String reason) The reason for approving or rejecting the deployment.- Parameters:
- reason- the value to set
- Returns:
- this builder
 
 - 
actionpublic ApproveDeploymentDetails.Builder action(ApproveDeploymentDetails.Action action) The action of Approve or Reject.- Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
buildpublic ApproveDeploymentDetails build() 
 - 
copypublic ApproveDeploymentDetails.Builder copy(ApproveDeploymentDetails model) 
 
- 
 
-