Interface ProvisioningHook.Builder

    • Method Detail

      • payloadVersion

        ProvisioningHook.Builder payloadVersion​(String payloadVersion)

        The payload that was sent to the target function.

        Note: Only Lambda functions are currently supported.

        Parameters:
        payloadVersion - The payload that was sent to the target function.

        Note: Only Lambda functions are currently supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetArn

        ProvisioningHook.Builder targetArn​(String targetArn)

        The ARN of the target function.

        Note: Only Lambda functions are currently supported.

        Parameters:
        targetArn - The ARN of the target function.

        Note: Only Lambda functions are currently supported.

        Returns:
        Returns a reference to this object so that method calls can be chained together.