Package com.oracle.bmc.marketplace.model
Class TextBasedEula.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.TextBasedEula.Builder
 
- 
- Enclosing class:
- TextBasedEula
 
 public static class TextBasedEula.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBasedEulabuild()TextBasedEula.Buildercopy(TextBasedEula model)TextBasedEula.BuilderlicenseText(String licenseText)The text of the end user license agreement.
 
- 
- 
- 
Method Detail- 
licenseTextpublic TextBasedEula.Builder licenseText(String licenseText) The text of the end user license agreement.- Parameters:
- licenseText- the value to set
- Returns:
- this builder
 
 - 
buildpublic TextBasedEula build() 
 - 
copypublic TextBasedEula.Builder copy(TextBasedEula model) 
 
- 
 
-