| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.clone() |
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceParameters.getSelfManagedKafkaParameters()
The parameters for using a self-managed Apache Kafka stream as a source.
|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.withBatchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.withCredentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.withMaximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.withServerRootCaCertificate(String serverRootCaCertificate)
The ARN of the Secrets Manager secret used for certification.
|
UpdatePipeSourceSelfManagedKafkaParameters |
UpdatePipeSourceSelfManagedKafkaParameters.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 |
UpdatePipeSourceParameters.setSelfManagedKafkaParameters(UpdatePipeSourceSelfManagedKafkaParameters selfManagedKafkaParameters)
The parameters for using a self-managed Apache Kafka stream as a source.
|
UpdatePipeSourceParameters |
UpdatePipeSourceParameters.withSelfManagedKafkaParameters(UpdatePipeSourceSelfManagedKafkaParameters selfManagedKafkaParameters)
The parameters for using a self-managed Apache Kafka stream as a source.
|
Copyright © 2025. All rights reserved.