Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepResponse.Builder
-
Packages that use PutInvocationStepResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PutInvocationStepResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PutInvocationStepResponse.Builder Modifier and Type Method Description static PutInvocationStepResponse.BuilderPutInvocationStepResponse. builder()PutInvocationStepResponse.BuilderPutInvocationStepResponse.Builder. invocationStepId(String invocationStepId)The unique identifier of the invocation step in UUID format.PutInvocationStepResponse.BuilderPutInvocationStepResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PutInvocationStepResponse.Builder Modifier and Type Method Description static Class<? extends PutInvocationStepResponse.Builder>PutInvocationStepResponse. serializableBuilderClass()
-