Package com.oracle.bmc.goldengate.model
Class KafkaBootstrapServer.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.KafkaBootstrapServer.Builder
-
- Enclosing class:
- KafkaBootstrapServer
public static class KafkaBootstrapServer.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaBootstrapServerbuild()KafkaBootstrapServer.Buildercopy(KafkaBootstrapServer model)KafkaBootstrapServer.Builderhost(String host)The name or address of a host.KafkaBootstrapServer.Builderport(Integer port)The port of an endpoint usually specified for a connection.KafkaBootstrapServer.BuilderprivateIp(String privateIp)This property is not available when creating connections.
-
-
-
Method Detail
-
host
public KafkaBootstrapServer.Builder host(String host)
The name or address of a host.- Parameters:
host- the value to set- Returns:
- this builder
-
port
public KafkaBootstrapServer.Builder port(Integer port)
The port of an endpoint usually specified for a connection.- Parameters:
port- the value to set- Returns:
- this builder
-
privateIp
public KafkaBootstrapServer.Builder privateIp(String privateIp)
This property is not available when creating connections.For existing deprecated connections having this value set, the value cannot be updated; set it to empty.
For deprecated connections created with this field in the past, either the private IP had to be specified in the connectionString or host field, or the host name had to be resolvable in the target VCN.
- Parameters:
privateIp- the value to set- Returns:
- this builder
-
build
public KafkaBootstrapServer build()
-
copy
public KafkaBootstrapServer.Builder copy(KafkaBootstrapServer model)
-
-