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 Details

    • actionName

      SourceRevisionOverride.Builder actionName(String 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

      SourceRevisionOverride.Builder revisionType(String 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

      SourceRevisionOverride.Builder revisionValue(String 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.