| Package | Description |
|---|---|
| com.amazonaws.services.osis |
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines.
|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePipelineResult> |
AmazonOSISAsyncClient.createPipelineAsync(CreatePipelineRequest request,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler) |
Future<CreatePipelineResult> |
AmazonOSISAsync.createPipelineAsync(CreatePipelineRequest createPipelineRequest,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler)
Creates an OpenSearch Ingestion pipeline.
|
Future<CreatePipelineResult> |
AbstractAmazonOSISAsync.createPipelineAsync(CreatePipelineRequest request,
AsyncHandler<CreatePipelineRequest,CreatePipelineResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest |
CreatePipelineRequest.clone() |
CreatePipelineRequest |
CreatePipelineRequest.withBufferOptions(BufferOptions bufferOptions)
Key-value pairs to configure persistent buffering for the pipeline.
|
CreatePipelineRequest |
CreatePipelineRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to configure encryption for data that is written to a persistent buffer.
|
CreatePipelineRequest |
CreatePipelineRequest.withLogPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs to configure log publishing.
|
CreatePipelineRequest |
CreatePipelineRequest.withMaxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
CreatePipelineRequest |
CreatePipelineRequest.withMinUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
CreatePipelineRequest |
CreatePipelineRequest.withPipelineConfigurationBody(String pipelineConfigurationBody)
The pipeline configuration in YAML format.
|
CreatePipelineRequest |
CreatePipelineRequest.withPipelineName(String pipelineName)
The name of the OpenSearch Ingestion pipeline to create.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Collection<Tag> tags)
List of tags to add to the pipeline upon creation.
|
CreatePipelineRequest |
CreatePipelineRequest.withTags(Tag... tags)
List of tags to add to the pipeline upon creation.
|
CreatePipelineRequest |
CreatePipelineRequest.withVpcOptions(VpcOptions vpcOptions)
Container for the values required to configure VPC access for the pipeline.
|
Copyright © 2023. All rights reserved.