Struct aws_sdk_codepipeline::model::action_context::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ActionContext
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the action in the context of a job.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the action in the context of a job.
sourcepub fn action_execution_id(self, input: impl Into<String>) -> Self
pub fn action_execution_id(self, input: impl Into<String>) -> Self
The system-generated unique ID that corresponds to an action's execution.
sourcepub fn set_action_execution_id(self, input: Option<String>) -> Self
pub fn set_action_execution_id(self, input: Option<String>) -> Self
The system-generated unique ID that corresponds to an action's execution.
sourcepub fn build(self) -> ActionContext
pub fn build(self) -> ActionContext
Consumes the builder and constructs a ActionContext
.