Package com.oracle.bmc.devops.model
Class DeployStageExecutionProgressDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeployStageExecutionProgressDetails.Builder
-
- Enclosing class:
- DeployStageExecutionProgressDetails
public static class DeployStageExecutionProgressDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployStageExecutionProgressDetails
build()
DeployStageExecutionProgressDetails.Builder
copy(DeployStageExecutionProgressDetails model)
DeployStageExecutionProgressDetails.Builder
rollbackSteps(List<DeployStageExecutionStep> rollbackSteps)
Details about all the rollback steps for one target environment.DeployStageExecutionProgressDetails.Builder
steps(List<DeployStageExecutionStep> steps)
Details about all the steps for one target environment.DeployStageExecutionProgressDetails.Builder
targetGroup(String targetGroup)
Group for the target environment for example, the batch number for an Instance Group deployment.DeployStageExecutionProgressDetails.Builder
targetId(String targetId)
The function ID, instance ID or the cluster ID.
-
-
-
Method Detail
-
targetId
public DeployStageExecutionProgressDetails.Builder targetId(String targetId)
The function ID, instance ID or the cluster ID.For Wait stage it will be the stage ID.
- Parameters:
targetId
- the value to set- Returns:
- this builder
-
targetGroup
public DeployStageExecutionProgressDetails.Builder targetGroup(String targetGroup)
Group for the target environment for example, the batch number for an Instance Group deployment.- Parameters:
targetGroup
- the value to set- Returns:
- this builder
-
steps
public DeployStageExecutionProgressDetails.Builder steps(List<DeployStageExecutionStep> steps)
Details about all the steps for one target environment.- Parameters:
steps
- the value to set- Returns:
- this builder
-
rollbackSteps
public DeployStageExecutionProgressDetails.Builder rollbackSteps(List<DeployStageExecutionStep> rollbackSteps)
Details about all the rollback steps for one target environment.- Parameters:
rollbackSteps
- the value to set- Returns:
- this builder
-
build
public DeployStageExecutionProgressDetails build()
-
copy
public DeployStageExecutionProgressDetails.Builder copy(DeployStageExecutionProgressDetails model)
-
-