Interface GetAssetFileRequest.Builder

  • Method Details

    • agentSpaceId

      GetAssetFileRequest.Builder agentSpaceId(String agentSpaceId)

      The unique identifier for the agent space containing the asset

      Parameters:
      agentSpaceId - The unique identifier for the agent space containing the asset
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetId

      The unique identifier of the asset containing the file

      Parameters:
      assetId - The unique identifier of the asset containing the file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • path

      The path of the file within the asset to retrieve

      Parameters:
      path - The path of the file within the asset to retrieve
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetVersion

      GetAssetFileRequest.Builder assetVersion(Integer assetVersion)

      The specific asset version to retrieve the file from. If omitted, the latest version is returned.

      Parameters:
      assetVersion - The specific asset version to retrieve the file from. If omitted, the latest version is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetAssetFileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.