Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PrepareFlowResponse.Builder
-
Packages that use PrepareFlowResponse.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PrepareFlowResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PrepareFlowResponse.Builder Modifier and Type Method Description static PrepareFlowResponse.BuilderPrepareFlowResponse. builder()PrepareFlowResponse.BuilderPrepareFlowResponse.Builder. id(String id)The unique identifier of the flow.PrepareFlowResponse.BuilderPrepareFlowResponse.Builder. status(String status)The status of the flow.PrepareFlowResponse.BuilderPrepareFlowResponse.Builder. status(FlowStatus status)The status of the flow.PrepareFlowResponse.BuilderPrepareFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PrepareFlowResponse.Builder Modifier and Type Method Description static Class<? extends PrepareFlowResponse.Builder>PrepareFlowResponse. serializableBuilderClass()
-