Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CreateInvocationResponse.Builder
-
Packages that use CreateInvocationResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CreateInvocationResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CreateInvocationResponse.Builder Modifier and Type Method Description static CreateInvocationResponse.BuilderCreateInvocationResponse. builder()CreateInvocationResponse.BuilderCreateInvocationResponse.Builder. createdAt(Instant createdAt)The timestamp for when the invocation was created.CreateInvocationResponse.BuilderCreateInvocationResponse.Builder. invocationId(String invocationId)The unique identifier for the invocation.CreateInvocationResponse.BuilderCreateInvocationResponse.Builder. sessionId(String sessionId)The unique identifier for the session associated with the invocation.CreateInvocationResponse.BuilderCreateInvocationResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CreateInvocationResponse.Builder Modifier and Type Method Description static Class<? extends CreateInvocationResponse.Builder>CreateInvocationResponse. serializableBuilderClass()
-