public static interface SourceRevision.Builder extends SdkPojo, CopyableBuilder<SourceRevision.Builder,SourceRevision>
Modifier and Type | Method and Description |
---|---|
SourceRevision.Builder |
actionName(String actionName)
The name of the action that processed the revision to the source artifact.
|
SourceRevision.Builder |
revisionId(String revisionId)
The system-generated unique ID that identifies the revision number of the artifact.
|
SourceRevision.Builder |
revisionSummary(String revisionSummary)
Summary information about the most recent revision of the artifact.
|
SourceRevision.Builder |
revisionUrl(String revisionUrl)
The commit ID for the artifact revision.
|
copy
applyMutation, build
SourceRevision.Builder actionName(String actionName)
The name of the action that processed the revision to the source artifact.
actionName
- The name of the action that processed the revision to the source artifact.SourceRevision.Builder revisionId(String revisionId)
The system-generated unique ID that identifies the revision number of the artifact.
revisionId
- The system-generated unique ID that identifies the revision number of the artifact.SourceRevision.Builder revisionSummary(String revisionSummary)
Summary information about the most recent revision of the artifact. For GitHub and AWS CodeCommit
repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a
codepipeline-artifact-revision-summary
key specified in the object metadata.
revisionSummary
- Summary information about the most recent revision of the artifact. For GitHub and AWS CodeCommit
repositories, the commit message. For Amazon S3 buckets or actions, the user-provided content of a
codepipeline-artifact-revision-summary
key specified in the object metadata.SourceRevision.Builder revisionUrl(String revisionUrl)
The commit ID for the artifact revision. For artifacts stored in GitHub or AWS CodeCommit repositories, the commit ID is linked to a commit details page.
revisionUrl
- The commit ID for the artifact revision. For artifacts stored in GitHub or AWS CodeCommit
repositories, the commit ID is linked to a commit details page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.