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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextBasedEula
build()
TextBasedEula.Builder
copy(TextBasedEula model)
TextBasedEula.Builder
licenseText(String licenseText)
The text of the end user license agreement.
-
-
-
Method Detail
-
licenseText
public TextBasedEula.Builder licenseText(String licenseText)
The text of the end user license agreement.- Parameters:
licenseText
- the value to set- Returns:
- this builder
-
build
public TextBasedEula build()
-
copy
public TextBasedEula.Builder copy(TextBasedEula model)
-
-