public static interface PutActionRevisionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
| Modifier and Type | Method and Description |
|---|---|
PutActionRevisionRequest.Builder |
actionName(String actionName)
The name of the action that processes the revision.
|
PutActionRevisionRequest.Builder |
actionRevision(ActionRevision actionRevision)
Represents information about the version (or revision) of an action.
|
default PutActionRevisionRequest.Builder |
actionRevision(Consumer<ActionRevision.Builder> actionRevision)
Represents information about the version (or revision) of an action.
|
PutActionRevisionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutActionRevisionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutActionRevisionRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline that starts processing the revision to the source.
|
PutActionRevisionRequest.Builder |
stageName(String stageName)
The name of the stage that contains the action that acts on the revision.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutActionRevisionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline that starts processing the revision to the source.
pipelineName - The name of the pipeline that starts processing the revision to the source.PutActionRevisionRequest.Builder stageName(String stageName)
The name of the stage that contains the action that acts on the revision.
stageName - The name of the stage that contains the action that acts on the revision.PutActionRevisionRequest.Builder actionName(String actionName)
The name of the action that processes the revision.
actionName - The name of the action that processes 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.default PutActionRevisionRequest.Builder actionRevision(Consumer<ActionRevision.Builder> actionRevision)
Represents information about the version (or revision) of an action.
This is a convenience method that creates an instance of theActionRevision.Builder avoiding the need
to create one manually via ActionRevision.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to actionRevision(ActionRevision).
actionRevision - a consumer that will call methods on ActionRevision.BuilderactionRevision(ActionRevision)PutActionRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutActionRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.