Interface GetOutboundExternalLinkResponse.Builder

  • Method Details

    • gatewayId

      The unique identifier of the gateway.

      Parameters:
      gatewayId - The unique identifier of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkId

      The unique identifier of the link.

      Parameters:
      linkId - The unique identifier of the link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the request.

      Parameters:
      status - The status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the request.

      Parameters:
      status - The status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • publicEndpoint

      GetOutboundExternalLinkResponse.Builder publicEndpoint(String publicEndpoint)

      The public endpoint for the link.

      Parameters:
      publicEndpoint - The public endpoint for the link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp of when the outbound external link was created.

      Parameters:
      createdAt - The timestamp of when the outbound external link was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp of when the outbound external link was updated.

      Parameters:
      updatedAt - The timestamp of when the outbound external link was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of the key-value pairs for the tag or tags assigned to the specified resource.

      Parameters:
      tags - A map of the key-value pairs for the tag or tags assigned to the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.