| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFlywheelResponse> |
ComprehendAsyncClient.updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)
Update the configuration information for an existing flywheel.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)
Update the configuration information for an existing flywheel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.Builder.activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
static UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.builder() |
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.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.Builder |
UpdateFlywheelRequest.Builder.dataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)
Flywheel data security configuration.
|
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.Builder.dataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)
Flywheel data security configuration.
|
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to update.
|
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlywheelRequest.Builder |
UpdateFlywheelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFlywheelRequest.Builder> |
UpdateFlywheelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.