public static interface PipelineSummary.Builder extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary.Builder |
createdAt(Instant createdAt)
The date and time when the pipeline was created.
|
PipelineSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time when the pipeline was last updated.
|
PipelineSummary.Builder |
maxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
PipelineSummary.Builder |
minUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
PipelineSummary.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineSummary.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary.Builder |
status(PipelineStatus status)
The current status of the pipeline.
|
PipelineSummary.Builder |
status(String status)
The current status of the pipeline.
|
default PipelineSummary.Builder |
statusReason(Consumer<PipelineStatusReason.Builder> statusReason)
Sets the value of the StatusReason property for this object.
|
PipelineSummary.Builder |
statusReason(PipelineStatusReason statusReason)
Sets the value of the StatusReason property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineSummary.Builder status(String status)
The current status of the pipeline.
status - The current status of the pipeline.PipelineStatus,
PipelineStatusPipelineSummary.Builder status(PipelineStatus status)
The current status of the pipeline.
status - The current status of the pipeline.PipelineStatus,
PipelineStatusPipelineSummary.Builder statusReason(PipelineStatusReason statusReason)
statusReason - The new value for the StatusReason property for this object.default PipelineSummary.Builder statusReason(Consumer<PipelineStatusReason.Builder> statusReason)
PipelineStatusReason.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)PipelineSummary.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.PipelineSummary.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.PipelineSummary.Builder minUnits(Integer minUnits)
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
minUnits - The minimum pipeline capacity, in Ingestion Compute Units (ICUs).PipelineSummary.Builder maxUnits(Integer maxUnits)
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
maxUnits - The maximum pipeline capacity, in Ingestion Compute Units (ICUs).PipelineSummary.Builder createdAt(Instant createdAt)
The date and time when the pipeline was created.
createdAt - The date and time when the pipeline was created.PipelineSummary.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.Copyright © 2023. All rights reserved.