Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ApiResult.Builder
-
Packages that use ApiResult.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ApiResult.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ApiResult.Builder Modifier and Type Method Description ApiResult.BuilderApiResult.Builder. actionGroup(String actionGroup)The action group that the API operation belongs to.ApiResult.BuilderApiResult.Builder. apiPath(String apiPath)The path to the API operation.static ApiResult.BuilderApiResult. builder()ApiResult.BuilderApiResult.Builder. httpMethod(String httpMethod)The HTTP method for the API operation.ApiResult.BuilderApiResult.Builder. httpStatusCode(Integer httpStatusCode)http status code from API execution response (for example: 200, 400, 500).ApiResult.BuilderApiResult.Builder. responseBody(Map<String,ContentBody> responseBody)The response body from the API operation.ApiResult.BuilderApiResult.Builder. responseState(String responseState)Controls the final response state returned to end user when API/Function execution failed.ApiResult.BuilderApiResult.Builder. responseState(ResponseState responseState)Controls the final response state returned to end user when API/Function execution failed.ApiResult.BuilderApiResult. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ApiResult.Builder Modifier and Type Method Description static Class<? extends ApiResult.Builder>ApiResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ApiResult.Builder Modifier and Type Method Description default 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.
-