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 in the request.

      Parameters:
      name - The name that you specified in the request.
      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)

      An array of endpoints for the feed. Typically, there is only one endpoint. The feed receives source media at this endpoint (when the calling application calls PutMedia) and returns the resulting metadata to this endpoint (when the calling application calls GetMetadata).

      Parameters:
      dataEndpoints - An array of endpoints for the feed. Typically, there is only one endpoint. The feed receives source media at this endpoint (when the calling application calls PutMedia) and returns the resulting metadata to this endpoint (when the calling application calls GetMetadata).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataEndpoints

      CreateFeedResponse.Builder dataEndpoints(String... dataEndpoints)

      An array of endpoints for the feed. Typically, there is only one endpoint. The feed receives source media at this endpoint (when the calling application calls PutMedia) and returns the resulting metadata to this endpoint (when the calling application calls GetMetadata).

      Parameters:
      dataEndpoints - An array of endpoints for the feed. Typically, there is only one endpoint. The feed receives source media at this endpoint (when the calling application calls PutMedia) and returns the resulting metadata to this endpoint (when the calling application calls GetMetadata).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Repeats the outputs that you specified in the request.

      Parameters:
      outputs - Repeats the outputs that you specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Repeats the outputs that you specified in the request.

      Parameters:
      outputs - Repeats the outputs that you specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      Repeats the outputs that you specified in the request.

      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 or UpdateFeed.

      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 or UpdateFeed.
      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 or UpdateFeed.

      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.