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