Class UpdateGovernanceInstanceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.accessgovernancecp.model.UpdateGovernanceInstanceDetails.Builder
 
- 
- Enclosing class:
- UpdateGovernanceInstanceDetails
 
 public static class UpdateGovernanceInstanceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGovernanceInstanceDetailsbuild()UpdateGovernanceInstanceDetails.Buildercopy(UpdateGovernanceInstanceDetails model)UpdateGovernanceInstanceDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateGovernanceInstanceDetails.Builderdescription(String description)The description of the GovernanceInstance.UpdateGovernanceInstanceDetails.BuilderdisplayName(String displayName)The name for the GovernanceInstance.UpdateGovernanceInstanceDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateGovernanceInstanceDetails.BuilderlicenseType(LicenseType licenseType)The licenseType being used.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateGovernanceInstanceDetails.Builder displayName(String displayName) The name for the GovernanceInstance.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateGovernanceInstanceDetails.Builder description(String description) The description of the GovernanceInstance.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
licenseTypepublic UpdateGovernanceInstanceDetails.Builder licenseType(LicenseType licenseType) The licenseType being used.- Parameters:
- licenseType- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateGovernanceInstanceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateGovernanceInstanceDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateGovernanceInstanceDetails build() 
 - 
copypublic UpdateGovernanceInstanceDetails.Builder copy(UpdateGovernanceInstanceDetails model) 
 
- 
 
-