Interface CancelHarvestJobRequest.Builder

  • Method Details

    • channelGroupName

      CancelHarvestJobRequest.Builder channelGroupName(String channelGroupName)

      The name of the channel group containing the channel from which the harvest job is running.

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

      CancelHarvestJobRequest.Builder channelName(String channelName)

      The name of the channel from which the harvest job is running.

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

      CancelHarvestJobRequest.Builder originEndpointName(String originEndpointName)

      The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.

      Parameters:
      originEndpointName - The name of the origin endpoint that the harvest job is harvesting from. This cannot be changed after the harvest job is submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • harvestJobName

      CancelHarvestJobRequest.Builder harvestJobName(String harvestJobName)

      The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.

      Parameters:
      harvestJobName - The name of the harvest job to cancel. This name must be unique within the channel and cannot be changed after the harvest job is submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTag

      The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.

      Parameters:
      eTag - The current Entity Tag (ETag) associated with the harvest job. Used for concurrency control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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