Interface CreateFeedResponse.Builder

  • Method Details

    • arn

      A unique ARN that Elemental Inference assigns to the feed.

      Parameters:
      arn - A unique ARN that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name that you specified.

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

      A unique ID that Elemental Inference assigns to the feed.

      Parameters:
      id - A unique ID that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataEndpoints

      CreateFeedResponse.Builder dataEndpoints(Collection<String> dataEndpoints)

      A unique ARN that Elemental Inference assigns to the feed.

      Parameters:
      dataEndpoints - A unique ARN that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataEndpoints

      CreateFeedResponse.Builder dataEndpoints(String... dataEndpoints)

      A unique ARN that Elemental Inference assigns to the feed.

      Parameters:
      dataEndpoints - A unique ARN that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Data endpoints that Elemental Inference assigns to the feed.

      Parameters:
      outputs - Data endpoints that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Data endpoints that Elemental Inference assigns to the feed.

      Parameters:
      outputs - Data endpoints that Elemental Inference assigns to the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Data endpoints that Elemental Inference assigns to 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 current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.

      Parameters:
      status - The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.

      Parameters:
      status - The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • association

      CreateFeedResponse.Builder association(FeedAssociation association)

      The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.

      Parameters:
      association - The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • association

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

      The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.

      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

      Any tags that you included when you created the feed.

      Parameters:
      tags - Any tags that you included when you created the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.