Package com.oracle.bmc.marketplace.model
Class DocumentationLink.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.DocumentationLink.Builder
 
- 
- Enclosing class:
- DocumentationLink
 
 public static class DocumentationLink.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentationLinkbuild()DocumentationLink.Buildercopy(DocumentationLink model)DocumentationLink.BuilderdocumentCategory(String documentCategory)The category that the document belongs to.DocumentationLink.Buildername(String name)Text that describes the resource.DocumentationLink.Builderurl(String url)The URL of the resource.
 
- 
- 
- 
Method Detail- 
namepublic DocumentationLink.Builder name(String name) Text that describes the resource.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
urlpublic DocumentationLink.Builder url(String url) The URL of the resource.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
documentCategorypublic DocumentationLink.Builder documentCategory(String documentCategory) The category that the document belongs to.- Parameters:
- documentCategory- the value to set
- Returns:
- this builder
 
 - 
buildpublic DocumentationLink build() 
 - 
copypublic DocumentationLink.Builder copy(DocumentationLink model) 
 
- 
 
-