Struct aws_sdk_codedeploy::output::put_lifecycle_event_hook_execution_status_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PutLifecycleEventHookExecutionStatusOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lifecycle_event_hook_execution_id(self, input: impl Into<String>) -> Self
pub fn lifecycle_event_hook_execution_id(self, input: impl Into<String>) -> Self
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the deployment's AppSpec file.
sourcepub fn set_lifecycle_event_hook_execution_id(self, input: Option<String>) -> Self
pub fn set_lifecycle_event_hook_execution_id(self, input: Option<String>) -> Self
The execution ID of the lifecycle event hook. A hook is specified in the hooks
section of the deployment's AppSpec file.
sourcepub fn build(self) -> PutLifecycleEventHookExecutionStatusOutput
pub fn build(self) -> PutLifecycleEventHookExecutionStatusOutput
Consumes the builder and constructs a PutLifecycleEventHookExecutionStatusOutput
.