Package com.oracle.bmc.goldengate.model
Class CreateKafkaBootstrapServer.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CreateKafkaBootstrapServer.Builder
-
- Enclosing class:
- CreateKafkaBootstrapServer
public static class CreateKafkaBootstrapServer.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateKafkaBootstrapServerbuild()CreateKafkaBootstrapServer.Buildercopy(CreateKafkaBootstrapServer model)CreateKafkaBootstrapServer.Builderhost(String host)The name or address of a host.CreateKafkaBootstrapServer.Builderport(Integer port)The port of an endpoint usually specified for a connection.
-
-
-
Method Detail
-
host
public CreateKafkaBootstrapServer.Builder host(String host)
The name or address of a host.- Parameters:
host- the value to set- Returns:
- this builder
-
port
public CreateKafkaBootstrapServer.Builder port(Integer port)
The port of an endpoint usually specified for a connection.- Parameters:
port- the value to set- Returns:
- this builder
-
build
public CreateKafkaBootstrapServer build()
-
copy
public CreateKafkaBootstrapServer.Builder copy(CreateKafkaBootstrapServer model)
-
-