Interface UpdateFlowResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse>, MediaConnectResponse.Builder, SdkBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateFlowResponse

public static interface UpdateFlowResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowResponse.Builder,UpdateFlowResponse>
  • Method Details

    • flow

      Sets the value of the Flow property for this object.
      Parameters:
      flow - The new value for the Flow property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flow

      Sets the value of the Flow property for this object. 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: