Uses of Interface
software.amazon.awssdk.services.comprehend.model.UpdateEndpointRequest.Builder
-
Packages that use UpdateEndpointRequest.Builder Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.model -
-
Uses of UpdateEndpointRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type UpdateEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEndpointResponse>ComprehendAsyncClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Updates information about the specified endpoint.default UpdateEndpointResponseComprehendClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Updates information about the specified endpoint. -
Uses of UpdateEndpointRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return UpdateEndpointRequest.Builder Modifier and Type Method Description static UpdateEndpointRequest.BuilderUpdateEndpointRequest. builder()UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. desiredDataAccessRoleArn(String desiredDataAccessRoleArn)Data access role ARN to use in case the new model is encrypted with a customer CMK.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. desiredInferenceUnits(Integer desiredInferenceUnits)The desired number of inference units to be used by the model using this endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. desiredModelArn(String desiredModelArn)The ARN of the new model to use when updating an existing endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. endpointArn(String endpointArn)The Amazon Resource Number (ARN) of the endpoint being updated.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. flywheelArn(String flywheelArn)The Amazon Resource Number (ARN) of the flywheelUpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEndpointRequest.BuilderUpdateEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type UpdateEndpointRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEndpointRequest.Builder>UpdateEndpointRequest. serializableBuilderClass()
-