public static interface Pipeline.Builder extends SdkPojo, CopyableBuilder<Pipeline.Builder,Pipeline>
| Modifier and Type | Method and Description |
|---|---|
default Pipeline.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
Pipeline.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
Pipeline.Builder |
creationTime(Instant creationTime)
The creation time of the pipeline.
|
default Pipeline.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Pipeline.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Pipeline.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.
|
Pipeline.Builder |
lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
|
default Pipeline.Builder |
parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline.Builder |
parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline.Builder |
pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
Pipeline.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
Pipeline.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline.Builder |
pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
|
Pipeline.Builder |
pipelineStatus(String pipelineStatus)
The status of the pipeline.
|
Pipeline.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
Pipeline.Builder |
tags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
|
Pipeline.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that apply to the pipeline.
|
Pipeline.Builder |
tags(Tag... tags)
A list of tags that apply to the pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeline.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.Pipeline.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.Pipeline.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.Pipeline.Builder pipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription - The description of the pipeline.Pipeline.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
roleArn - The Amazon Resource Name (ARN) of the role that created the pipeline.Pipeline.Builder pipelineStatus(String pipelineStatus)
The status of the pipeline.
pipelineStatus - The status of the pipeline.PipelineStatus,
PipelineStatusPipeline.Builder pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
pipelineStatus - The status of the pipeline.PipelineStatus,
PipelineStatusPipeline.Builder creationTime(Instant creationTime)
The creation time of the pipeline.
creationTime - The creation time of the pipeline.Pipeline.Builder lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.
lastModifiedTime - The time that the pipeline was last modified.Pipeline.Builder lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
lastRunTime - The time when the pipeline was last run.Pipeline.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default Pipeline.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).
createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)Pipeline.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default Pipeline.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).
lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)Pipeline.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
parallelismConfiguration - The parallelism configuration applied to the pipeline.default Pipeline.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
The parallelism configuration applied to the pipeline.
This is a convenience method that creates an instance of theParallelismConfiguration.Builder
avoiding the need to create one manually via ParallelismConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to parallelismConfiguration(ParallelismConfiguration).
parallelismConfiguration - a consumer that will call methods on ParallelismConfiguration.BuilderparallelismConfiguration(ParallelismConfiguration)Pipeline.Builder tags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
tags - A list of tags that apply to the pipeline.Pipeline.Builder tags(Tag... tags)
A list of tags that apply to the pipeline.
tags - A list of tags that apply to the pipeline.Pipeline.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that apply to the pipeline.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.