| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary |
PipelineSummary.clone() |
PipelineSummary |
PipelineSummary.withCreatedAt(Date createdAt)
The date and time when the pipeline was created.
|
PipelineSummary |
PipelineSummary.withDestinations(Collection<PipelineDestination> destinations)
A list of destinations to which the pipeline writes data.
|
PipelineSummary |
PipelineSummary.withDestinations(PipelineDestination... destinations)
A list of destinations to which the pipeline writes data.
|
PipelineSummary |
PipelineSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the pipeline was last updated.
|
PipelineSummary |
PipelineSummary.withMaxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
PipelineSummary |
PipelineSummary.withMinUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
PipelineSummary |
PipelineSummary.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineSummary |
PipelineSummary.withPipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary |
PipelineSummary.withStatus(PipelineStatus status)
The current status of the pipeline.
|
PipelineSummary |
PipelineSummary.withStatus(String status)
The current status of the pipeline.
|
PipelineSummary |
PipelineSummary.withStatusReason(PipelineStatusReason statusReason) |
PipelineSummary |
PipelineSummary.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
PipelineSummary |
PipelineSummary.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineSummary> |
ListPipelinesResult.getPipelines()
A list of all existing Data Prepper pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesResult |
ListPipelinesResult.withPipelines(PipelineSummary... pipelines)
A list of all existing Data Prepper pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelinesResult.setPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
|
ListPipelinesResult |
ListPipelinesResult.withPipelines(Collection<PipelineSummary> pipelines)
A list of all existing Data Prepper pipelines.
|
Copyright © 2025. All rights reserved.