pub struct Builder { /* private fields */ }
Expand description
A builder for PutActionRevisionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn new_revision(self, input: bool) -> Self
pub fn new_revision(self, input: bool) -> Self
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
sourcepub fn set_new_revision(self, input: Option<bool>) -> Self
pub fn set_new_revision(self, input: Option<bool>) -> Self
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
sourcepub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
pub fn pipeline_execution_id(self, input: impl Into<String>) -> Self
The ID of the current workflow state of the pipeline.
sourcepub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
pub fn set_pipeline_execution_id(self, input: Option<String>) -> Self
The ID of the current workflow state of the pipeline.
sourcepub fn build(self) -> PutActionRevisionOutput
pub fn build(self) -> PutActionRevisionOutput
Consumes the builder and constructs a PutActionRevisionOutput
.