Interface CallbackStepMetadata.Builder

    • Method Detail

      • callbackToken

        CallbackStepMetadata.Builder callbackToken​(String callbackToken)

        The pipeline generated token from the Amazon SQS queue.

        Parameters:
        callbackToken - The pipeline generated token from the Amazon SQS queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqsQueueUrl

        CallbackStepMetadata.Builder sqsQueueUrl​(String sqsQueueUrl)

        The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

        Parameters:
        sqsQueueUrl - The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputParameters

        CallbackStepMetadata.Builder outputParameters​(Collection<OutputParameter> outputParameters)

        A list of the output parameters of the callback step.

        Parameters:
        outputParameters - A list of the output parameters of the callback step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputParameters

        CallbackStepMetadata.Builder outputParameters​(OutputParameter... outputParameters)

        A list of the output parameters of the callback step.

        Parameters:
        outputParameters - A list of the output parameters of the callback step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.