Interface DescribeFlowResponse.Builder

  • Method Details

    • flow

      The flow that you requested a description of.

      Parameters:
      flow - The flow that you requested a description of.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flow

      The flow that you requested a description of.

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

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

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

      Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.

      Parameters:
      messages - Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messages

      Any errors that apply currently to the flow. If there are no errors, MediaConnect will not include this field in the response.

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

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

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