| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.clone() |
Pipeline |
UpdatePipelineResult.getPipeline()
Container for information about the updated pipeline.
|
Pipeline |
StartPipelineResult.getPipeline() |
Pipeline |
GetPipelineResult.getPipeline()
Detailed information about the requested pipeline.
|
Pipeline |
CreatePipelineResult.getPipeline()
Container for information about the created pipeline.
|
Pipeline |
StopPipelineResult.getPipeline() |
Pipeline |
Pipeline.withBufferOptions(BufferOptions bufferOptions) |
Pipeline |
Pipeline.withCreatedAt(Date createdAt)
The date and time when the pipeline was created.
|
Pipeline |
Pipeline.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions) |
Pipeline |
Pipeline.withIngestEndpointUrls(Collection<String> ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline |
Pipeline.withIngestEndpointUrls(String... ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline |
Pipeline.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the pipeline was last updated.
|
Pipeline |
Pipeline.withLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs that represent log publishing settings.
|
Pipeline |
Pipeline.withMaxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline |
Pipeline.withMinUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline |
Pipeline.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline |
Pipeline.withPipelineConfigurationBody(String pipelineConfigurationBody)
The Data Prepper pipeline configuration in YAML format.
|
Pipeline |
Pipeline.withPipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline |
Pipeline.withServiceVpcEndpoints(Collection<ServiceVpcEndpoint> serviceVpcEndpoints)
A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.
|
Pipeline |
Pipeline.withServiceVpcEndpoints(ServiceVpcEndpoint... serviceVpcEndpoints)
A list of VPC endpoints that OpenSearch Ingestion has created to other AWS services.
|
Pipeline |
Pipeline.withStatus(PipelineStatus status)
The current status of the pipeline.
|
Pipeline |
Pipeline.withStatus(String status)
The current status of the pipeline.
|
Pipeline |
Pipeline.withStatusReason(PipelineStatusReason statusReason)
The reason for the current status of the pipeline.
|
Pipeline |
Pipeline.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
Pipeline |
Pipeline.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
Pipeline |
Pipeline.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
Pipeline |
Pipeline.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePipelineResult.setPipeline(Pipeline pipeline)
Container for information about the updated pipeline.
|
void |
StartPipelineResult.setPipeline(Pipeline pipeline) |
void |
GetPipelineResult.setPipeline(Pipeline pipeline)
Detailed information about the requested pipeline.
|
void |
CreatePipelineResult.setPipeline(Pipeline pipeline)
Container for information about the created pipeline.
|
void |
StopPipelineResult.setPipeline(Pipeline pipeline) |
UpdatePipelineResult |
UpdatePipelineResult.withPipeline(Pipeline pipeline)
Container for information about the updated pipeline.
|
StartPipelineResult |
StartPipelineResult.withPipeline(Pipeline pipeline) |
GetPipelineResult |
GetPipelineResult.withPipeline(Pipeline pipeline)
Detailed information about the requested pipeline.
|
CreatePipelineResult |
CreatePipelineResult.withPipeline(Pipeline pipeline)
Container for information about the created pipeline.
|
StopPipelineResult |
StopPipelineResult.withPipeline(Pipeline pipeline) |
Copyright © 2023. All rights reserved.