Struct aws_sdk_codepipeline::model::source_revision::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SourceRevision
Implementations
The name of the action that processed the revision to the source artifact.
The name of the action that processed the revision to the source artifact.
The system-generated unique ID that identifies the revision number of the artifact.
The system-generated unique ID that identifies the revision number of the artifact.
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.
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.
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.
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.
Consumes the builder and constructs a SourceRevision
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more