public static interface UpdateFlywheelRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFlywheelRequest.Builder |
activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
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 |
dataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)
Flywheel data security configuration.
|
UpdateFlywheelRequest.Builder |
dataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)
Flywheel data security configuration.
|
UpdateFlywheelRequest.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to update.
|
UpdateFlywheelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlywheelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlywheelRequest.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to update.
flywheelArn - The Amazon Resource Number (ARN) of the flywheel to update.UpdateFlywheelRequest.Builder activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
activeModelArn - The Amazon Resource Number (ARN) of the active model version.UpdateFlywheelRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the
flywheel data.UpdateFlywheelRequest.Builder dataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)
Flywheel data security configuration.
dataSecurityConfig - Flywheel data security configuration.default UpdateFlywheelRequest.Builder dataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)
Flywheel data security configuration.
This is a convenience method that creates an instance of theUpdateDataSecurityConfig.Builder
avoiding the need to create one manually via UpdateDataSecurityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataSecurityConfig(UpdateDataSecurityConfig).
dataSecurityConfig - a consumer that will call methods on UpdateDataSecurityConfig.BuilderdataSecurityConfig(UpdateDataSecurityConfig)UpdateFlywheelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFlywheelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.