Interface SelfManagedEventSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SelfManagedEventSource.Builder,,- SelfManagedEventSource> - SdkBuilder<SelfManagedEventSource.Builder,,- SelfManagedEventSource> - SdkPojo
- Enclosing class:
- SelfManagedEventSource
@Mutable
@NotThreadSafe
public static interface SelfManagedEventSource.Builder
extends SdkPojo, CopyableBuilder<SelfManagedEventSource.Builder,SelfManagedEventSource> 
- 
Method SummaryModifier and TypeMethodDescriptionendpoints(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"].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"].Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
endpointsWithStringsSelfManagedEventSource.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.
 
- 
endpointsThe 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.
 
 
-