Interface SourceRevisionOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceRevisionOverride.Builder,
,SourceRevisionOverride> SdkBuilder<SourceRevisionOverride.Builder,
,SourceRevisionOverride> SdkPojo
- Enclosing class:
SourceRevisionOverride
public static interface SourceRevisionOverride.Builder
extends SdkPojo, CopyableBuilder<SourceRevisionOverride.Builder,SourceRevisionOverride>
-
Method Summary
Modifier and TypeMethodDescriptionactionName
(String actionName) The name of the action where the override will be applied.revisionType
(String revisionType) The type of source revision, based on the source provider.revisionType
(SourceRevisionType revisionType) The type of source revision, based on the source provider.revisionValue
(String revisionValue) The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.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, sdkFields
-
Method Details
-
actionName
The name of the action where the override will be applied.
- Parameters:
actionName
- The name of the action where the override will be applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionType
The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.
- Parameters:
revisionType
- The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revisionType
The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.
- Parameters:
revisionType
- The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revisionValue
The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.
- Parameters:
revisionValue
- The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-