Struct aws_sdk_codepipeline::types::builders::ArtifactDetailBuilder
source · #[non_exhaustive]pub struct ArtifactDetailBuilder { /* private fields */ }
Expand description
A builder for ArtifactDetail
.
Implementations§
source§impl ArtifactDetailBuilder
impl ArtifactDetailBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The artifact object name for the action execution.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The artifact object name for the action execution.
sourcepub fn s3location(self, input: S3Location) -> Self
pub fn s3location(self, input: S3Location) -> Self
The Amazon S3 artifact location for the action execution.
sourcepub fn set_s3location(self, input: Option<S3Location>) -> Self
pub fn set_s3location(self, input: Option<S3Location>) -> Self
The Amazon S3 artifact location for the action execution.
sourcepub fn build(self) -> ArtifactDetail
pub fn build(self) -> ArtifactDetail
Consumes the builder and constructs a ArtifactDetail
.
Trait Implementations§
source§impl Clone for ArtifactDetailBuilder
impl Clone for ArtifactDetailBuilder
source§fn clone(&self) -> ArtifactDetailBuilder
fn clone(&self) -> ArtifactDetailBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ArtifactDetailBuilder
impl Debug for ArtifactDetailBuilder
source§impl Default for ArtifactDetailBuilder
impl Default for ArtifactDetailBuilder
source§fn default() -> ArtifactDetailBuilder
fn default() -> ArtifactDetailBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ArtifactDetailBuilder> for ArtifactDetailBuilder
impl PartialEq<ArtifactDetailBuilder> for ArtifactDetailBuilder
source§fn eq(&self, other: &ArtifactDetailBuilder) -> bool
fn eq(&self, other: &ArtifactDetailBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.