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 |
pipelineName(String pipelineName)
The name of the pipeline that will start processing the revision to the source.
|
PutActionRevisionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutActionRevisionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
PutActionRevisionRequest.Builder |
stageName(String stageName)
The name of the stage that contains the action that will act upon the revision.
|
build
requestOverrideConfig
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.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.PutActionRevisionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.