Interface UpdateFeedRequest.Builder

  • Method Details

    • name

      Required. You can specify the existing name (to leave it unchanged) or a new name.

      Parameters:
      name - Required. You can specify the existing name (to leave it unchanged) or a new name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessRoleArn

      UpdateFeedRequest.Builder accessRoleArn(String accessRoleArn)

      The ARN of an IAM role that Elemental Inference assumes to access resources in your account on your behalf. You can specify the existing role (to leave it unchanged) or a new role. You specify one access role for each feed.

      Parameters:
      accessRoleArn - The ARN of an IAM role that Elemental Inference assumes to access resources in your account on your behalf. You can specify the existing role (to leave it unchanged) or a new role. You specify one access role for each feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the feed to update.

      Parameters:
      id - The ID of the feed to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.

      Parameters:
      outputs - Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.

      Parameters:
      outputs - Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.

      This is a convenience method that creates an instance of the UpdateOutput.Builder avoiding the need to create one manually via UpdateOutput.builder().

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

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

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