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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfManagedEventSource.Builderendpoints(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.BuilderendpointsWithStrings(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
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"].- 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.
-
-