Interface DescribeInferenceSettings.Builder

  • Method Details

    • feedArn

      The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.
      Parameters:
      feedArn - The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioFeedInputs

      DescribeInferenceSettings.Builder audioFeedInputs(Collection<AudioFeedInput> audioFeedInputs)
      A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed.
      Parameters:
      audioFeedInputs - A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioFeedInputs

      DescribeInferenceSettings.Builder audioFeedInputs(AudioFeedInput... audioFeedInputs)
      A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed.
      Parameters:
      audioFeedInputs - A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioFeedInputs

      A list of audio feed inputs that map audio selectors in the channel to feed inputs on the associated Elemental Inference feed. This is a convenience method that creates an instance of the AudioFeedInput.Builder avoiding the need to create one manually via AudioFeedInput.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to audioFeedInputs(List<AudioFeedInput>).

      Parameters:
      audioFeedInputs - a consumer that will call methods on AudioFeedInput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: