Struct aws_sdk_codepipeline::model::artifact_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ArtifactDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn minimum_count(self, input: i32) -> Self
pub fn minimum_count(self, input: i32) -> Self
The minimum number of artifacts allowed for the action type.
sourcepub fn set_minimum_count(self, input: Option<i32>) -> Self
pub fn set_minimum_count(self, input: Option<i32>) -> Self
The minimum number of artifacts allowed for the action type.
sourcepub fn maximum_count(self, input: i32) -> Self
pub fn maximum_count(self, input: i32) -> Self
The maximum number of artifacts allowed for the action type.
sourcepub fn set_maximum_count(self, input: Option<i32>) -> Self
pub fn set_maximum_count(self, input: Option<i32>) -> Self
The maximum number of artifacts allowed for the action type.
sourcepub fn build(self) -> ArtifactDetails
pub fn build(self) -> ArtifactDetails
Consumes the builder and constructs a ArtifactDetails
.