Interface PutLifecycleEventHookExecutionStatusRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeDeployRequest.Builder, CopyableBuilder<PutLifecycleEventHookExecutionStatusRequest.Builder,PutLifecycleEventHookExecutionStatusRequest>, SdkBuilder<PutLifecycleEventHookExecutionStatusRequest.Builder,PutLifecycleEventHookExecutionStatusRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
PutLifecycleEventHookExecutionStatusRequest

  • Method Details

    • 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

      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:
    • 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:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.