Interface GetFeedResponse.Builder

  • Method Details

    • arn

      The ARN of the feed.

      Parameters:
      arn - The ARN of the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the feed being queried.

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

      The ID of the feed being queried.

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

      GetFeedResponse.Builder dataEndpoints(Collection<String> dataEndpoints)

      The dataEndpoints of the feed being queried.

      Parameters:
      dataEndpoints - The dataEndpoints of the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataEndpoints

      GetFeedResponse.Builder dataEndpoints(String... dataEndpoints)

      The dataEndpoints of the feed being queried.

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

      An array of the outputs in the feed being queried.

      Parameters:
      outputs - An array of the outputs in the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      GetFeedResponse.Builder outputs(GetOutput... outputs)

      An array of the outputs in the feed being queried.

      Parameters:
      outputs - An array of the outputs in the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      An array of the outputs in the feed being queried.

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

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

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

      The status of the feed being queried.

      Parameters:
      status - The status of the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the feed being queried.

      Parameters:
      status - The status of the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • association

      GetFeedResponse.Builder association(FeedAssociation association)

      Information about the resource, if any, associated with the feed being queried.

      Parameters:
      association - Information about the resource, if any, associated with the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • association

      default GetFeedResponse.Builder association(Consumer<FeedAssociation.Builder> association)

      Information about the resource, if any, associated with the feed being queried.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to association(FeedAssociation).

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

      A list of the tags, if any, for the feed being queried.

      Parameters:
      tags - A list of the tags, if any, for the feed being queried.
      Returns:
      Returns a reference to this object so that method calls can be chained together.