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