Package com.oracle.bmc.devops.model
Class OkeCanaryDeployStageSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeCanaryDeployStageSummary.Builder
-
- Enclosing class:
- OkeCanaryDeployStageSummary
public static class OkeCanaryDeployStageSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OkeCanaryDeployStageSummary.Builder id(String id)
-
description
public OkeCanaryDeployStageSummary.Builder description(String description)
-
displayName
public OkeCanaryDeployStageSummary.Builder displayName(String displayName)
-
projectId
public OkeCanaryDeployStageSummary.Builder projectId(String projectId)
-
deployPipelineId
public OkeCanaryDeployStageSummary.Builder deployPipelineId(String deployPipelineId)
-
compartmentId
public OkeCanaryDeployStageSummary.Builder compartmentId(String compartmentId)
-
timeCreated
public OkeCanaryDeployStageSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public OkeCanaryDeployStageSummary.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public OkeCanaryDeployStageSummary.Builder lifecycleState(DeployStage.LifecycleState lifecycleState)
-
lifecycleDetails
public OkeCanaryDeployStageSummary.Builder lifecycleDetails(String lifecycleDetails)
-
deployStagePredecessorCollection
public OkeCanaryDeployStageSummary.Builder deployStagePredecessorCollection(DeployStagePredecessorCollection deployStagePredecessorCollection)
-
freeformTags
public OkeCanaryDeployStageSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public OkeCanaryDeployStageSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public OkeCanaryDeployStageSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
okeClusterDeployEnvironmentId
public OkeCanaryDeployStageSummary.Builder okeClusterDeployEnvironmentId(String okeClusterDeployEnvironmentId)
Kubernetes cluster environment OCID for deployment.- Parameters:
okeClusterDeployEnvironmentId
- the value to set- Returns:
- this builder
-
kubernetesManifestDeployArtifactIds
public OkeCanaryDeployStageSummary.Builder kubernetesManifestDeployArtifactIds(List<String> kubernetesManifestDeployArtifactIds)
List of Kubernetes manifest artifact OCIDs.- Parameters:
kubernetesManifestDeployArtifactIds
- the value to set- Returns:
- this builder
-
canaryStrategy
public OkeCanaryDeployStageSummary.Builder canaryStrategy(OkeCanaryStrategy canaryStrategy)
-
build
public OkeCanaryDeployStageSummary build()
-
copy
public OkeCanaryDeployStageSummary.Builder copy(OkeCanaryDeployStageSummary model)
-
-