| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
Processor |
Processor.clone() |
Processor |
Processor.withParameters(Collection<ProcessorParameter> parameters)
The processor parameters.
|
Processor |
Processor.withParameters(ProcessorParameter... parameters)
The processor parameters.
|
Processor |
Processor.withType(ProcessorType type)
The type of processor.
|
Processor |
Processor.withType(String type)
The type of processor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
ProcessingConfiguration.getProcessors()
The data processors.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingConfiguration |
ProcessingConfiguration.withProcessors(Processor... processors)
The data processors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingConfiguration.setProcessors(Collection<Processor> processors)
The data processors.
|
ProcessingConfiguration |
ProcessingConfiguration.withProcessors(Collection<Processor> processors)
The data processors.
|
Copyright © 2021. All rights reserved.