Class WorkloadMappingSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.WorkloadMappingSummary.Builder
 
- 
- Enclosing class:
- WorkloadMappingSummary
 
 public static class WorkloadMappingSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic WorkloadMappingSummary.Builder id(String id) The ocid of the workloadMapping.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
clusterIdpublic WorkloadMappingSummary.Builder clusterId(String clusterId) The OCID of the cluster.- Parameters:
- clusterId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic WorkloadMappingSummary.Builder namespace(String namespace) The namespace of the workloadMapping.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
mappedTenancyIdpublic WorkloadMappingSummary.Builder mappedTenancyId(String mappedTenancyId) The OCID of the mapped customer tenancy.- Parameters:
- mappedTenancyId- the value to set
- Returns:
- this builder
 
 - 
mappedCompartmentIdpublic WorkloadMappingSummary.Builder mappedCompartmentId(String mappedCompartmentId) The OCID of the mapped customer compartment.- Parameters:
- mappedCompartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic WorkloadMappingSummary.Builder timeCreated(Date timeCreated) The time the cluster was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic WorkloadMappingSummary.Builder lifecycleState(WorkloadMappingLifecycleState lifecycleState) The state of the workloadMapping.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic WorkloadMappingSummary.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic WorkloadMappingSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic WorkloadMappingSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic WorkloadMappingSummary build() 
 - 
copypublic WorkloadMappingSummary.Builder copy(WorkloadMappingSummary model) 
 
- 
 
-