Interface PipelineSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineSummary.Builder,
,PipelineSummary> SdkBuilder<PipelineSummary.Builder,
,PipelineSummary> SdkPojo
- Enclosing class:
PipelineSummary
public static interface PipelineSummary.Builder
extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the pipeline.lastExecutionTime
(Instant lastExecutionTime) The last time that a pipeline execution began.lastModifiedTime
(Instant lastModifiedTime) The time that the pipeline was last modified.pipelineArn
(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline.pipelineDescription
(String pipelineDescription) The description of the pipeline.pipelineDisplayName
(String pipelineDisplayName) The display name of the pipeline.pipelineName
(String pipelineName) The name of the pipeline.The Amazon Resource Name (ARN) that the pipeline used to execute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
pipelineArn
The Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineName
The name of the pipeline.
- Parameters:
pipelineName
- The name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineDisplayName
The display name of the pipeline.
- Parameters:
pipelineDisplayName
- The display name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineDescription
The description of the pipeline.
- Parameters:
pipelineDescription
- The description of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) that the pipeline used to execute.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) that the pipeline used to execute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the pipeline.
- Parameters:
creationTime
- The creation time of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time that the pipeline was last modified.
- Parameters:
lastModifiedTime
- The time that the pipeline was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastExecutionTime
The last time that a pipeline execution began.
- Parameters:
lastExecutionTime
- The last time that a pipeline execution began.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-