public static class ApproveDeploymentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApproveDeploymentDetails.Builder |
action(ApproveDeploymentDetails.Action action)
The action of Approve or Reject.
|
ApproveDeploymentDetails |
build() |
ApproveDeploymentDetails.Builder |
copy(ApproveDeploymentDetails model) |
ApproveDeploymentDetails.Builder |
deployStageId(String deployStageId)
The OCID of the
stage which is marked for approval.
|
ApproveDeploymentDetails.Builder |
reason(String reason)
The reason for approving or rejecting the deployment.
|
public ApproveDeploymentDetails.Builder deployStageId(String deployStageId)
The OCID of the stage which is marked for approval.
deployStageId
- the value to setpublic ApproveDeploymentDetails.Builder reason(String reason)
The reason for approving or rejecting the deployment.
reason
- the value to setpublic ApproveDeploymentDetails.Builder action(ApproveDeploymentDetails.Action action)
The action of Approve or Reject.
action
- the value to setpublic ApproveDeploymentDetails build()
public ApproveDeploymentDetails.Builder copy(ApproveDeploymentDetails model)
Copyright © 2016–2024. All rights reserved.