public static interface Pipeline.Builder extends SdkPojo, CopyableBuilder<Pipeline.Builder,Pipeline>
| Modifier and Type | Method and Description |
|---|---|
Pipeline.Builder |
createdAt(Instant createdAt)
The date and time when the pipeline was created.
|
Pipeline.Builder |
ingestEndpointUrls(Collection<String> ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline.Builder |
ingestEndpointUrls(String... ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
|
Pipeline.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the pipeline was last updated.
|
default Pipeline.Builder |
logPublishingOptions(Consumer<LogPublishingOptions.Builder> logPublishingOptions)
Key-value pairs that represent log publishing settings.
|
Pipeline.Builder |
logPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs that represent log publishing settings.
|
Pipeline.Builder |
maxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline.Builder |
minUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Pipeline.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline.Builder |
pipelineConfigurationBody(String pipelineConfigurationBody)
The Data Prepper pipeline configuration in YAML format.
|
Pipeline.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline.Builder |
status(PipelineStatus status)
The current status of the pipeline.
|
Pipeline.Builder |
status(String status)
The current status of the pipeline.
|
default Pipeline.Builder |
statusReason(Consumer<PipelineStatusReason.Builder> statusReason)
The reason for the current status of the pipeline.
|
Pipeline.Builder |
statusReason(PipelineStatusReason statusReason)
The reason for the current status of the pipeline.
|
Pipeline.Builder |
vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
Pipeline.Builder |
vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
Pipeline.Builder |
vpcEndpoints(VpcEndpoint... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeline.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.Pipeline.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.Pipeline.Builder minUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
minUnits - The minimum pipeline capacity, in Ingestion Compute Units (ICUs).Pipeline.Builder maxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
maxUnits - The maximum pipeline capacity, in Ingestion Compute Units (ICUs).Pipeline.Builder status(String status)
The current status of the pipeline.
status - The current status of the pipeline.PipelineStatus,
PipelineStatusPipeline.Builder status(PipelineStatus status)
The current status of the pipeline.
status - The current status of the pipeline.PipelineStatus,
PipelineStatusPipeline.Builder statusReason(PipelineStatusReason statusReason)
The reason for the current status of the pipeline.
statusReason - The reason for the current status of the pipeline.default Pipeline.Builder statusReason(Consumer<PipelineStatusReason.Builder> statusReason)
The reason for the current status of the pipeline.
This is a convenience method that creates an instance of thePipelineStatusReason.Builder avoiding
the need to create one manually via PipelineStatusReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to statusReason(PipelineStatusReason).
statusReason - a consumer that will call methods on PipelineStatusReason.BuilderstatusReason(PipelineStatusReason)Pipeline.Builder pipelineConfigurationBody(String pipelineConfigurationBody)
The Data Prepper pipeline configuration in YAML format.
pipelineConfigurationBody - The Data Prepper pipeline configuration in YAML format.Pipeline.Builder createdAt(Instant createdAt)
The date and time when the pipeline was created.
createdAt - The date and time when the pipeline was created.Pipeline.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the pipeline was last updated.
lastUpdatedAt - The date and time when the pipeline was last updated.Pipeline.Builder ingestEndpointUrls(Collection<String> ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
ingestEndpointUrls - The ingestion endpoints for the pipeline, which you can send data to.Pipeline.Builder ingestEndpointUrls(String... ingestEndpointUrls)
The ingestion endpoints for the pipeline, which you can send data to.
ingestEndpointUrls - The ingestion endpoints for the pipeline, which you can send data to.Pipeline.Builder logPublishingOptions(LogPublishingOptions logPublishingOptions)
Key-value pairs that represent log publishing settings.
logPublishingOptions - Key-value pairs that represent log publishing settings.default Pipeline.Builder logPublishingOptions(Consumer<LogPublishingOptions.Builder> logPublishingOptions)
Key-value pairs that represent log publishing settings.
This is a convenience method that creates an instance of theLogPublishingOptions.Builder avoiding
the need to create one manually via LogPublishingOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to logPublishingOptions(LogPublishingOptions).
logPublishingOptions - a consumer that will call methods on LogPublishingOptions.BuilderlogPublishingOptions(LogPublishingOptions)Pipeline.Builder vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
vpcEndpoints - The VPC interface endpoints that have access to the pipeline.Pipeline.Builder vpcEndpoints(VpcEndpoint... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
vpcEndpoints - The VPC interface endpoints that have access to the pipeline.Pipeline.Builder vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
The VPC interface endpoints that have access to the pipeline.
This is a convenience method that creates an instance of theVpcEndpoint.Builder avoiding the need to create one
manually via VpcEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #vpcEndpoints(List.
vpcEndpoints - a consumer that will call methods on
VpcEndpoint.Builder#vpcEndpoints(java.util.Collection) Copyright © 2023. All rights reserved.