Struct aws_sdk_ssm::input::get_automation_execution_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GetAutomationExecutionInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn automation_execution_id(self, input: impl Into<String>) -> Self
pub fn automation_execution_id(self, input: impl Into<String>) -> Self
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.
sourcepub fn set_automation_execution_id(self, input: Option<String>) -> Self
pub fn set_automation_execution_id(self, input: Option<String>) -> Self
The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.
sourcepub fn build(self) -> Result<GetAutomationExecutionInput, BuildError>
pub fn build(self) -> Result<GetAutomationExecutionInput, BuildError>
Consumes the builder and constructs a GetAutomationExecutionInput.