CopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
, SdkBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
public static interface PutActionRevisionRequest.Builder extends CopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
Modifier and Type | Method | Description |
---|---|---|
PutActionRevisionRequest.Builder |
actionName(String actionName) |
The name of the action that will process the revision.
|
PutActionRevisionRequest.Builder |
actionRevision(ActionRevision actionRevision) |
Represents information about the version (or revision) of an action.
|
PutActionRevisionRequest.Builder |
pipelineName(String pipelineName) |
The name of the pipeline that will start processing the revision to the source.
|
PutActionRevisionRequest.Builder |
stageName(String stageName) |
The name of the stage that contains the action that will act upon the revision.
|
copy
apply, build
PutActionRevisionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline that will start processing the revision to the source.
pipelineName
- The name of the pipeline that will start processing the revision to the source.PutActionRevisionRequest.Builder stageName(String stageName)
The name of the stage that contains the action that will act upon the revision.
stageName
- The name of the stage that contains the action that will act upon the revision.PutActionRevisionRequest.Builder actionName(String actionName)
The name of the action that will process the revision.
actionName
- The name of the action that will process the revision.PutActionRevisionRequest.Builder actionRevision(ActionRevision actionRevision)
Represents information about the version (or revision) of an action.
actionRevision
- Represents information about the version (or revision) of an action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.