public static interface SelfManagedEventSource.Builder extends SdkPojo, CopyableBuilder<SelfManagedEventSource.Builder,SelfManagedEventSource>
Modifier and Type | Method and Description |
---|---|
SelfManagedEventSource.Builder |
endpoints(Map<EndPointType,? 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"] . |
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"] . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
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"]
.
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"]
.SelfManagedEventSource.Builder endpoints(Map<EndPointType,? 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"]
.
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"]
.Copyright © 2021. All rights reserved.