Uses of Interface
software.amazon.awssdk.services.comprehend.model.UpdateFlywheelRequest.Builder
-
Packages that use UpdateFlywheelRequest.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 UpdateFlywheelRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type UpdateFlywheelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFlywheelResponse>ComprehendAsyncClient. updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)Update the configuration information for an existing flywheel.default UpdateFlywheelResponseComprehendClient. updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)Update the configuration information for an existing flywheel. -
Uses of UpdateFlywheelRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return UpdateFlywheelRequest.Builder Modifier and Type Method Description UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. activeModelArn(String activeModelArn)The Amazon Resource Number (ARN) of the active model version.static UpdateFlywheelRequest.BuilderUpdateFlywheelRequest. builder()UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. dataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.default UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. dataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)Flywheel data security configuration.UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. dataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)Flywheel data security configuration.UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. flywheelArn(String flywheelArn)The Amazon Resource Number (ARN) of the flywheel to update.UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFlywheelRequest.BuilderUpdateFlywheelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFlywheelRequest.BuilderUpdateFlywheelRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type UpdateFlywheelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFlywheelRequest.Builder>UpdateFlywheelRequest. serializableBuilderClass()
-