Struct aws_sdk_codebuild::model::resolved_artifact::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResolvedArtifact
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: ArtifactsType) -> Self
pub fn type(self, input: ArtifactsType) -> Self
Specifies the type of artifact.
sourcepub fn set_type(self, input: Option<ArtifactsType>) -> Self
pub fn set_type(self, input: Option<ArtifactsType>) -> Self
Specifies the type of artifact.
sourcepub fn set_location(self, input: Option<String>) -> Self
pub fn set_location(self, input: Option<String>) -> Self
The location of the artifact.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The identifier of the artifact.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The identifier of the artifact.
sourcepub fn build(self) -> ResolvedArtifact
pub fn build(self) -> ResolvedArtifact
Consumes the builder and constructs a ResolvedArtifact
.