Interface PutLifecycleEventHookExecutionStatusResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeDeployResponse.Builder, CopyableBuilder<PutLifecycleEventHookExecutionStatusResponse.Builder,PutLifecycleEventHookExecutionStatusResponse>, SdkBuilder<PutLifecycleEventHookExecutionStatusResponse.Builder,PutLifecycleEventHookExecutionStatusResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutLifecycleEventHookExecutionStatusResponse

  • Method Details

    • lifecycleEventHookExecutionId

      PutLifecycleEventHookExecutionStatusResponse.Builder lifecycleEventHookExecutionId(String lifecycleEventHookExecutionId)

      The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.

      Parameters:
      lifecycleEventHookExecutionId - The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.