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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentationLink
build()
DocumentationLink.Builder
copy(DocumentationLink model)
DocumentationLink.Builder
documentCategory(String documentCategory)
The category that the document belongs to.DocumentationLink.Builder
name(String name)
Text that describes the resource.DocumentationLink.Builder
url(String url)
The URL of the resource.
-
-
-
Method Detail
-
name
public DocumentationLink.Builder name(String name)
Text that describes the resource.- Parameters:
name
- the value to set- Returns:
- this builder
-
url
public DocumentationLink.Builder url(String url)
The URL of the resource.- Parameters:
url
- the value to set- Returns:
- this builder
-
documentCategory
public DocumentationLink.Builder documentCategory(String documentCategory)
The category that the document belongs to.- Parameters:
documentCategory
- the value to set- Returns:
- this builder
-
build
public DocumentationLink build()
-
copy
public DocumentationLink.Builder copy(DocumentationLink model)
-
-