Struct aws_sdk_codepipeline::model::artifact::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Artifact
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn revision(self, input: impl Into<String>) -> Self
pub fn revision(self, input: impl Into<String>) -> Self
The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
sourcepub fn set_revision(self, input: Option<String>) -> Self
pub fn set_revision(self, input: Option<String>) -> Self
The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
sourcepub fn location(self, input: ArtifactLocation) -> Self
pub fn location(self, input: ArtifactLocation) -> Self
The location of an artifact.
sourcepub fn set_location(self, input: Option<ArtifactLocation>) -> Self
pub fn set_location(self, input: Option<ArtifactLocation>) -> Self
The location of an artifact.