Package com.oracle.bmc.jms.model
Class Lcm.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.Lcm.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Lcmbuild()Lcm.Buildercopy(Lcm model)Lcm.BuilderisEnabled(Boolean isEnabled)Lifecycle management flag to store enabled or disabled status.Lcm.BuilderpostInstallationActions(PostInstallationActionSettings postInstallationActions)
 
- 
- 
- 
Method Detail- 
isEnabledpublic Lcm.Builder isEnabled(Boolean isEnabled) Lifecycle management flag to store enabled or disabled status.- Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
postInstallationActionspublic Lcm.Builder postInstallationActions(PostInstallationActionSettings postInstallationActions) 
 - 
buildpublic Lcm build() 
 - 
copypublic Lcm.Builder copy(Lcm model) 
 
- 
 
-