Class NamedLink.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.NamedLink.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedLinkbuild()NamedLink.Buildercopy(NamedLink model)NamedLink.Buildername(String name)Text that describes the resource.NamedLink.Builderurl(String url)The URL of the resource.
 
- 
- 
- 
Method Detail- 
namepublic NamedLink.Builder name(String name) Text that describes the resource.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
urlpublic NamedLink.Builder url(String url) The URL of the resource.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
buildpublic NamedLink build() 
 - 
copypublic NamedLink.Builder copy(NamedLink model) 
 
- 
 
-