| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.clone() |
Pipeline |
DescribePipelineResult.getPipeline()
A
Pipeline object that contains information about the pipeline. |
Pipeline |
Pipeline.withActivities(Collection<PipelineActivity> activities)
The activities that perform transformations on the messages.
|
Pipeline |
Pipeline.withActivities(PipelineActivity... activities)
The activities that perform transformations on the messages.
|
Pipeline |
Pipeline.withArn(String arn)
The ARN of the pipeline.
|
Pipeline |
Pipeline.withCreationTime(Date creationTime)
When the pipeline was created.
|
Pipeline |
Pipeline.withLastUpdateTime(Date lastUpdateTime)
The last time the pipeline was updated.
|
Pipeline |
Pipeline.withName(String name)
The name of the pipeline.
|
Pipeline |
Pipeline.withReprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
Pipeline |
Pipeline.withReprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePipelineResult.setPipeline(Pipeline pipeline)
A
Pipeline object that contains information about the pipeline. |
DescribePipelineResult |
DescribePipelineResult.withPipeline(Pipeline pipeline)
A
Pipeline object that contains information about the pipeline. |
Copyright © 2025. All rights reserved.