Interface PipelineSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipelineSummary.Builder,,- PipelineSummary> - SdkBuilder<PipelineSummary.Builder,,- PipelineSummary> - SdkPojo
- Enclosing class:
- PipelineSummary
@Mutable
@NotThreadSafe
public static interface PipelineSummary.Builder
extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
pipelineArnThe 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.
 
- 
pipelineNameThe 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.
 
- 
pipelineDisplayNameThe 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.
 
- 
pipelineDescriptionThe 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.
 
- 
roleArnThe 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.
 
- 
creationTimeThe 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.
 
- 
lastModifiedTimeThe 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.
 
- 
lastExecutionTimeThe 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.
 
 
-