Package com.oracle.bmc.devops.model
Class UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder
-
- Enclosing class:
- UpdateLoadBalancerTrafficShiftDeployStageDetails
public static class UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder description(String description)
-
displayName
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder displayName(String displayName)
-
deployStagePredecessorCollection
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
blueBackendIps
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder blueBackendIps(BackendSetIpCollection blueBackendIps)
-
greenBackendIps
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder greenBackendIps(BackendSetIpCollection greenBackendIps)
-
trafficShiftTarget
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder trafficShiftTarget(LoadBalancerTrafficShiftDeployStage.TrafficShiftTarget trafficShiftTarget)
Specifies the target or destination backend set.Example: BLUE - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs, as per rolloutPolicy. GREEN - Traffic from the existing backends of managed Load Balance Listener to blue Backend IPs ser as per rolloutPolicy.
- Parameters:
trafficShiftTarget
- the value to set- Returns:
- this builder
-
rolloutPolicy
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder rolloutPolicy(LoadBalancerTrafficShiftRolloutPolicy rolloutPolicy)
-
loadBalancerConfig
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder loadBalancerConfig(LoadBalancerConfig loadBalancerConfig)
-
rollbackPolicy
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder rollbackPolicy(DeployStageRollbackPolicy rollbackPolicy)
-
build
public UpdateLoadBalancerTrafficShiftDeployStageDetails build()
-
copy
public UpdateLoadBalancerTrafficShiftDeployStageDetails.Builder copy(UpdateLoadBalancerTrafficShiftDeployStageDetails model)
-
-