Package com.oracle.bmc.devops.model
Class OkeClusterDeployEnvironment.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeClusterDeployEnvironment.Builder
-
- Enclosing class:
- OkeClusterDeployEnvironment
public static class OkeClusterDeployEnvironment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OkeClusterDeployEnvironment.Builder id(String id)
-
description
public OkeClusterDeployEnvironment.Builder description(String description)
-
displayName
public OkeClusterDeployEnvironment.Builder displayName(String displayName)
-
projectId
public OkeClusterDeployEnvironment.Builder projectId(String projectId)
-
compartmentId
public OkeClusterDeployEnvironment.Builder compartmentId(String compartmentId)
-
timeCreated
public OkeClusterDeployEnvironment.Builder timeCreated(Date timeCreated)
-
timeUpdated
public OkeClusterDeployEnvironment.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public OkeClusterDeployEnvironment.Builder lifecycleState(DeployEnvironment.LifecycleState lifecycleState)
-
lifecycleDetails
public OkeClusterDeployEnvironment.Builder lifecycleDetails(String lifecycleDetails)
-
freeformTags
public OkeClusterDeployEnvironment.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public OkeClusterDeployEnvironment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public OkeClusterDeployEnvironment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
clusterId
public OkeClusterDeployEnvironment.Builder clusterId(String clusterId)
The OCID of the Kubernetes cluster.- Parameters:
clusterId
- the value to set- Returns:
- this builder
-
networkChannel
public OkeClusterDeployEnvironment.Builder networkChannel(NetworkChannel networkChannel)
-
build
public OkeClusterDeployEnvironment build()
-
copy
public OkeClusterDeployEnvironment.Builder copy(OkeClusterDeployEnvironment model)
-
-