CopyableBuilder<PipelineContext.Builder,PipelineContext>
, SdkBuilder<PipelineContext.Builder,PipelineContext>
public static interface PipelineContext.Builder extends CopyableBuilder<PipelineContext.Builder,PipelineContext>
Modifier and Type | Method | Description |
---|---|---|
PipelineContext.Builder |
action(ActionContext action) |
|
PipelineContext.Builder |
pipelineName(String pipelineName) |
The name of the pipeline.
|
PipelineContext.Builder |
stage(StageContext stage) |
The stage of the pipeline.
|
copy
apply, build
PipelineContext.Builder pipelineName(String pipelineName)
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
pipelineName
- The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all
pipeline names under an Amazon Web Services account.PipelineContext.Builder stage(StageContext stage)
The stage of the pipeline.
stage
- The stage of the pipeline.PipelineContext.Builder action(ActionContext action)
action
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.