Class DestinationRequest.DestinationRequestBuilder

  • Enclosing class:
    DestinationRequest

    public static class DestinationRequest.DestinationRequestBuilder
    extends java.lang.Object
    • Method Detail

      • headers

        public DestinationRequest.DestinationRequestBuilder headers​(java.util.Map<java.lang.String,​java.lang.String> headers)
        The HTTP headers of the forward request. Encrypted and sensitive header values are redacted. (Required)
        Returns:
        this.
      • body

        public DestinationRequest.DestinationRequestBuilder body​(java.lang.String body)
        The HTTP message body of the forward request. This is the original value used to initiate the request, with placeholder value text included. For example, {{card_number}} is not replaced with an actual card number. (Required)
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object