| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.clone() |
PipeSourceSelfManagedKafkaParameters |
PipeSourceParameters.getSelfManagedKafkaParameters()
The parameters for using a self-managed Apache Kafka stream as a source.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withAdditionalBootstrapServers(Collection<String> additionalBootstrapServers)
An array of server URLs.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withAdditionalBootstrapServers(String... additionalBootstrapServers)
An array of server URLs.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withBatchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withConsumerGroupID(String consumerGroupID)
The name of the destination queue to consume.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withCredentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withServerRootCaCertificate(String serverRootCaCertificate)
The ARN of the Secrets Manager secret used for certification.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withStartingPosition(SelfManagedKafkaStartPosition startingPosition)
(Streams only) The position in a stream from which to start reading.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withStartingPosition(String startingPosition)
(Streams only) The position in a stream from which to start reading.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withTopicName(String topicName)
The name of the topic that the pipe will read from.
|
PipeSourceSelfManagedKafkaParameters |
PipeSourceSelfManagedKafkaParameters.withVpc(SelfManagedKafkaAccessConfigurationVpc vpc)
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is
to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeSourceParameters.setSelfManagedKafkaParameters(PipeSourceSelfManagedKafkaParameters selfManagedKafkaParameters)
The parameters for using a self-managed Apache Kafka stream as a source.
|
PipeSourceParameters |
PipeSourceParameters.withSelfManagedKafkaParameters(PipeSourceSelfManagedKafkaParameters selfManagedKafkaParameters)
The parameters for using a self-managed Apache Kafka stream as a source.
|
Copyright © 2025. All rights reserved.