public static class OkeClusterDeployEnvironment.Builder extends Object
Constructor and Description |
---|
Builder() |
public OkeClusterDeployEnvironment.Builder id(String id)
public OkeClusterDeployEnvironment.Builder description(String description)
public OkeClusterDeployEnvironment.Builder displayName(String displayName)
public OkeClusterDeployEnvironment.Builder projectId(String projectId)
public OkeClusterDeployEnvironment.Builder compartmentId(String compartmentId)
public OkeClusterDeployEnvironment.Builder timeCreated(Date timeCreated)
public OkeClusterDeployEnvironment.Builder timeUpdated(Date timeUpdated)
public OkeClusterDeployEnvironment.Builder lifecycleState(DeployEnvironment.LifecycleState lifecycleState)
public OkeClusterDeployEnvironment.Builder lifecycleDetails(String lifecycleDetails)
public OkeClusterDeployEnvironment.Builder freeformTags(Map<String,String> freeformTags)
public OkeClusterDeployEnvironment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public OkeClusterDeployEnvironment.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public OkeClusterDeployEnvironment.Builder clusterId(String clusterId)
The OCID of the Kubernetes cluster.
clusterId
- the value to setpublic OkeClusterDeployEnvironment.Builder networkChannel(NetworkChannel networkChannel)
public OkeClusterDeployEnvironment build()
public OkeClusterDeployEnvironment.Builder copy(OkeClusterDeployEnvironment model)
Copyright © 2016–2024. All rights reserved.