Class BootstrapUrl.Builder
- java.lang.Object
- 
- com.oracle.bmc.managedkafka.model.BootstrapUrl.Builder
 
- 
- Enclosing class:
- BootstrapUrl
 
 public static class BootstrapUrl.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapUrlbuild()BootstrapUrl.Buildercopy(BootstrapUrl model)BootstrapUrl.Buildername(String name)Name of the Kafka listener providing this bootstrap URLBootstrapUrl.Builderurl(String url)Bootstrap URL
 
- 
- 
- 
Method Detail- 
namepublic BootstrapUrl.Builder name(String name) Name of the Kafka listener providing this bootstrap URL- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
urlpublic BootstrapUrl.Builder url(String url) Bootstrap URL- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
buildpublic BootstrapUrl build() 
 - 
copypublic BootstrapUrl.Builder copy(BootstrapUrl model) 
 
- 
 
-