Interface SelfManagedEventSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SelfManagedEventSource.Builder,SelfManagedEventSource>, SdkBuilder<SelfManagedEventSource.Builder,SelfManagedEventSource>, SdkPojo
Enclosing class:
SelfManagedEventSource

public static interface SelfManagedEventSource.Builder extends SdkPojo, CopyableBuilder<SelfManagedEventSource.Builder,SelfManagedEventSource>
  • Method Details

    • endpointsWithStrings

      SelfManagedEventSource.Builder endpointsWithStrings(Map<String,? extends Collection<String>> endpoints)

      The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].

      Parameters:
      endpoints - The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpoints

      The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].

      Parameters:
      endpoints - The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].
      Returns:
      Returns a reference to this object so that method calls can be chained together.