Interface PrepareFlowResponse.Builder

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

public static interface PrepareFlowResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<PrepareFlowResponse.Builder,PrepareFlowResponse>
  • Method Details

    • id

      The unique identifier of the flow.

      Parameters:
      id - The unique identifier of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.

      Parameters:
      status - The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.

      Parameters:
      status - The status of the flow. When you submit this request, the status will be NotPrepared. If preparation succeeds, the status becomes Prepared. If it fails, the status becomes FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: