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.

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

      The ID of the feed.

      Parameters:
      id - The ID of the feed.
      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.

      Parameters:
      dataEndpoints - The dataEndpoints of the feed.
      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.

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

      An array of the outputs in the feed.

      Parameters:
      outputs - An array of the outputs in the feed.
      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.

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

      An array of the outputs in the feed.

      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.

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

      The status of the feed.

      Parameters:
      status - The status of the feed.
      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 that is associated with the feed. It's possible that there is no associated resource. This is not an error.

      Parameters:
      association - Information about the resource that is associated with the feed. It's possible that there is no associated resource. This is not an error.
      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 that is associated with the feed. It's possible that there is no associated resource. This is not an error.

      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.

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