Struct aws_sdk_codepipeline::model::artifact_revision::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ArtifactRevision
Implementations
The name of an artifact. This name might be system-generated, such as "MyApp", or defined by the user when an action is created.
The name of an artifact. This name might be system-generated, such as "MyApp", or defined by the user when an action is created.
The revision ID of the artifact.
The revision ID of the artifact.
An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.
An additional identifier for a revision, such as a commit date or, for artifacts stored in Amazon S3 buckets, the ETag value.
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 date and time when the most recent revision of the artifact was created, in timestamp format.
The date and time when the most recent revision of the artifact was created, in timestamp format.
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 ArtifactRevision
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