default Pipeline.Builder |
Pipeline.Builder.bufferOptions(Consumer<BufferOptions.Builder> bufferOptions) |
Sets the value of the BufferOptions property for this object.
|
Pipeline.Builder |
Pipeline.Builder.bufferOptions(BufferOptions bufferOptions) |
Sets the value of the BufferOptions property for this object.
|
static Pipeline.Builder |
Pipeline.builder() |
|
Pipeline.Builder |
Pipeline.Builder.createdAt(Instant createdAt) |
The date and time when the pipeline was created.
|
Pipeline.Builder |
Pipeline.Builder.destinations(Collection<PipelineDestination> destinations) |
Destinations to which the pipeline writes data.
|
Pipeline.Builder |
Pipeline.Builder.destinations(Consumer<PipelineDestination.Builder>... destinations) |
Destinations to which the pipeline writes data.
|
Pipeline.Builder |
Pipeline.Builder.destinations(PipelineDestination... destinations) |
Destinations to which the pipeline writes data.
|
default Pipeline.Builder |
Pipeline.Builder.encryptionAtRestOptions(Consumer<EncryptionAtRestOptions.Builder> encryptionAtRestOptions) |
Sets the value of the EncryptionAtRestOptions property for this object.
|
Pipeline.Builder |
Pipeline.Builder.encryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions) |
Sets the value of the EncryptionAtRestOptions property for this object.
|
Pipeline.Builder |
Pipeline.Builder.ingestEndpointUrls(String... ingestEndpointUrls) |
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline.Builder |
Pipeline.Builder.ingestEndpointUrls(Collection<String> ingestEndpointUrls) |
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline.Builder |
Pipeline.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The date and time when the pipeline was last updated.
|
default Pipeline.Builder |
Pipeline.Builder.logPublishingOptions(Consumer<LogPublishingOptions.Builder> logPublishingOptions) |
Key-value pairs that represent log publishing settings.
|
Pipeline.Builder |
Pipeline.Builder.logPublishingOptions(LogPublishingOptions logPublishingOptions) |
Key-value pairs that represent log publishing settings.
|
Pipeline.Builder |
Pipeline.Builder.maxUnits(Integer maxUnits) |
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline.Builder |
Pipeline.Builder.minUnits(Integer minUnits) |
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline.Builder |
Pipeline.Builder.pipelineArn(String pipelineArn) |
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineConfigurationBody(String pipelineConfigurationBody) |
The Data Prepper pipeline configuration in YAML format.
|
Pipeline.Builder |
Pipeline.Builder.pipelineName(String pipelineName) |
The name of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.serviceVpcEndpoints(Collection<ServiceVpcEndpoint> serviceVpcEndpoints) |
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
Pipeline.Builder |
Pipeline.Builder.serviceVpcEndpoints(Consumer<ServiceVpcEndpoint.Builder>... serviceVpcEndpoints) |
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
Pipeline.Builder |
Pipeline.Builder.serviceVpcEndpoints(ServiceVpcEndpoint... serviceVpcEndpoints) |
A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
Pipeline.Builder |
Pipeline.Builder.status(String status) |
The current status of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.status(PipelineStatus status) |
The current status of the pipeline.
|
default Pipeline.Builder |
Pipeline.Builder.statusReason(Consumer<PipelineStatusReason.Builder> statusReason) |
The reason for the current status of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.statusReason(PipelineStatusReason statusReason) |
The reason for the current status of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Collection<Tag> tags) |
A list of tags associated with the given pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags associated with the given pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Tag... tags) |
A list of tags associated with the given pipeline.
|
Pipeline.Builder |
Pipeline.toBuilder() |
|
Pipeline.Builder |
Pipeline.Builder.vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints) |
The VPC interface endpoints that have access to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints) |
The VPC interface endpoints that have access to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.vpcEndpoints(VpcEndpoint... vpcEndpoints) |
The VPC interface endpoints that have access to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.vpcEndpointService(String vpcEndpointService) |
The VPC endpoint service name for the pipeline.
|