Interface PipelineVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineVersionSummary.Builder,
,PipelineVersionSummary> SdkBuilder<PipelineVersionSummary.Builder,
,PipelineVersionSummary> SdkPojo
- Enclosing class:
PipelineVersionSummary
@Mutable
@NotThreadSafe
public static interface PipelineVersionSummary.Builder
extends SdkPojo, CopyableBuilder<PipelineVersionSummary.Builder,PipelineVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the pipeline version.lastExecutionPipelineExecutionArn
(String lastExecutionPipelineExecutionArn) The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.pipelineArn
(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline.pipelineVersionDescription
(String pipelineVersionDescription) The description of the pipeline version.pipelineVersionDisplayName
(String pipelineVersionDisplayName) The display name of the pipeline version.pipelineVersionId
(Long pipelineVersionId) The ID of the pipeline version.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 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.
-
pipelineVersionId
The ID of the pipeline version.
- Parameters:
pipelineVersionId
- The ID of the pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the pipeline version.
- Parameters:
creationTime
- The creation time of the pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineVersionDescription
The description of the pipeline version.
- Parameters:
pipelineVersionDescription
- The description of the pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineVersionDisplayName
The display name of the pipeline version.
- Parameters:
pipelineVersionDisplayName
- The display name of the pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastExecutionPipelineExecutionArn
PipelineVersionSummary.Builder lastExecutionPipelineExecutionArn(String lastExecutionPipelineExecutionArn) The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.
- Parameters:
lastExecutionPipelineExecutionArn
- The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-