Interface PutActionRevisionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodePipelineResponse.Builder,CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>,SdkBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutActionRevisionResponse
public static interface PutActionRevisionResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutActionRevisionResponse.BuildernewRevision(Boolean newRevision)Indicates whether the artifact revision was previously used in an execution of the specified pipeline.PutActionRevisionResponse.BuilderpipelineExecutionId(String pipelineExecutionId)The ID of the current workflow state of the pipeline.-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
newRevision
PutActionRevisionResponse.Builder newRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
- Parameters:
newRevision- Indicates whether the artifact revision was previously used in an execution of the specified pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionId
PutActionRevisionResponse.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
- Parameters:
pipelineExecutionId- The ID of the current workflow state of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-