Interface GetDepotUrlResponse.Builder

  • Method Details

    • depotUrl

      GetDepotUrlResponse.Builder depotUrl(String depotUrl)

      The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.

      Parameters:
      depotUrl - The URL for accessing the Amazon EVS Custom Addon depot. This URL includes the authentication token as a path component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • token

      The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.

      Parameters:
      token - The authentication token for depot access. This token is included in the depot URL and is used to authenticate requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.