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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineSummary.Builder
creationTime(Instant creationTime)
The creation time of the pipeline.PipelineSummary.Builder
lastExecutionTime(Instant lastExecutionTime)
The last time that a pipeline execution began.PipelineSummary.Builder
lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.PipelineSummary.Builder
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.PipelineSummary.Builder
pipelineDescription(String pipelineDescription)
The description of the pipeline.PipelineSummary.Builder
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.PipelineSummary.Builder
pipelineName(String pipelineName)
The name of the pipeline.PipelineSummary.Builder
roleArn(String roleArn)
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineArn
PipelineSummary.Builder pipelineArn(String 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
PipelineSummary.Builder pipelineName(String 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
PipelineSummary.Builder pipelineDisplayName(String 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
PipelineSummary.Builder pipelineDescription(String 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
PipelineSummary.Builder roleArn(String 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
PipelineSummary.Builder creationTime(Instant 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
PipelineSummary.Builder lastModifiedTime(Instant 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
PipelineSummary.Builder lastExecutionTime(Instant 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.
-
-