Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiResult.Builder
Packages that use ApiResult.Builder
-
Uses of ApiResult.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiResult.BuilderModifier and TypeMethodDescriptionApiResult.Builder.actionGroup(String actionGroup) The action group that the API operation belongs to.The agent's ID.The path to the API operation.static ApiResult.BuilderApiResult.builder()ApiResult.Builder.confirmationState(String confirmationState) Controls the API operations or functions to invoke based on the user confirmation.ApiResult.Builder.confirmationState(ConfirmationState confirmationState) Controls the API operations or functions to invoke based on the user confirmation.ApiResult.Builder.httpMethod(String httpMethod) The HTTP method for the API operation.ApiResult.Builder.httpStatusCode(Integer httpStatusCode) http status code from API execution response (for example: 200, 400, 500).ApiResult.Builder.responseBody(Map<String, ContentBody> responseBody) The response body from the API operation.ApiResult.Builder.responseState(String responseState) Controls the final response state returned to end user when API/Function execution failed.ApiResult.Builder.responseState(ResponseState responseState) Controls the final response state returned to end user when API/Function execution failed.ApiResult.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ApiResult.Builder>ApiResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiResult.BuilderModifier and TypeMethodDescriptiondefault InvocationResultMember.BuilderInvocationResultMember.Builder.apiResult(Consumer<ApiResult.Builder> apiResult) The result from the API response from the action group invocation.static InvocationResultMemberInvocationResultMember.fromApiResult(Consumer<ApiResult.Builder> apiResult) Create an instance of this class withInvocationResultMember.apiResult()initialized to the given value.