Package com.oracle.bmc.devops.model
Class CreateOkeCanaryTrafficShiftDeployStageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.CreateOkeCanaryTrafficShiftDeployStageDetails.Builder
-
- Enclosing class:
- CreateOkeCanaryTrafficShiftDeployStageDetails
public static class CreateOkeCanaryTrafficShiftDeployStageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder description(String description)
-
displayName
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder displayName(String displayName)
-
deployPipelineId
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder deployPipelineId(String deployPipelineId)
-
deployStagePredecessorCollection
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
okeCanaryDeployStageId
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder okeCanaryDeployStageId(String okeCanaryDeployStageId)
The OCID of an upstream OKE canary deployment stage in this pipeline.- Parameters:
okeCanaryDeployStageId
- the value to set- Returns:
- this builder
-
rolloutPolicy
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder rolloutPolicy(LoadBalancerTrafficShiftRolloutPolicy rolloutPolicy)
-
build
public CreateOkeCanaryTrafficShiftDeployStageDetails build()
-
copy
public CreateOkeCanaryTrafficShiftDeployStageDetails.Builder copy(CreateOkeCanaryTrafficShiftDeployStageDetails model)
-
-