Class KafkaBootstrapServer.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • 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