Interface PutLifecycleEventHookExecutionStatusRequest.Builder

    • Method Detail

      • deploymentId

        PutLifecycleEventHookExecutionStatusRequest.Builder deploymentId​(String deploymentId)

        The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

        Parameters:
        deploymentId - The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleEventHookExecutionId

        PutLifecycleEventHookExecutionStatusRequest.Builder lifecycleEventHookExecutionId​(String lifecycleEventHookExecutionId)

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

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

        PutLifecycleEventHookExecutionStatusRequest.Builder status​(String status)

        The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.

        Parameters:
        status - The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleEventStatus, LifecycleEventStatus
      • status

        PutLifecycleEventHookExecutionStatusRequest.Builder status​(LifecycleEventStatus status)

        The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.

        Parameters:
        status - The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleEventStatus, LifecycleEventStatus