public static interface PutActionRevisionRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<PutActionRevisionRequest.Builder,PutActionRevisionRequest>
Modifier and Type | Method and 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.
|
default PutActionRevisionRequest.Builder |
actionRevision(Consumer<ActionRevision.Builder> actionRevision)
Represents information about the version (or revision) of an action.
|
PutActionRevisionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutActionRevisionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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.default PutActionRevisionRequest.Builder actionRevision(Consumer<ActionRevision.Builder> actionRevision)
Represents information about the version (or revision) of an action.
This is a convenience 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.Builder
actionRevision(ActionRevision)
PutActionRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutActionRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.