Interface GetHarvestJobRequest.Builder

  • Method Details

    • channelGroupName

      GetHarvestJobRequest.Builder channelGroupName(String channelGroupName)

      The name of the channel group containing the channel associated with the harvest job.

      Parameters:
      channelGroupName - The name of the channel group containing the channel associated with the harvest job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      GetHarvestJobRequest.Builder channelName(String channelName)

      The name of the channel associated with the harvest job.

      Parameters:
      channelName - The name of the channel associated with the harvest job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • originEndpointName

      GetHarvestJobRequest.Builder originEndpointName(String originEndpointName)

      The name of the origin endpoint associated with the harvest job.

      Parameters:
      originEndpointName - The name of the origin endpoint associated with the harvest job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • harvestJobName

      GetHarvestJobRequest.Builder harvestJobName(String harvestJobName)

      The name of the harvest job to retrieve.

      Parameters:
      harvestJobName - The name of the harvest job to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetHarvestJobRequest.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.