public static interface CreateFlywheelRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<CreateFlywheelRequest.Builder,CreateFlywheelRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFlywheelRequest.Builder |
activeModelArn(String activeModelArn)
To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model
version.
|
CreateFlywheelRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateFlywheelRequest.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required to
access the flywheel data in the data lake.
|
CreateFlywheelRequest.Builder |
dataLakeS3Uri(String dataLakeS3Uri)
Enter the S3 location for the data lake.
|
default CreateFlywheelRequest.Builder |
dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configurations.
|
CreateFlywheelRequest.Builder |
dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configurations.
|
CreateFlywheelRequest.Builder |
flywheelName(String flywheelName)
Name for the flywheel.
|
CreateFlywheelRequest.Builder |
modelType(ModelType modelType)
The model type.
|
CreateFlywheelRequest.Builder |
modelType(String modelType)
The model type.
|
CreateFlywheelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlywheelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlywheelRequest.Builder |
tags(Collection<Tag> tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
tags(Tag... tags)
The tags to associate with this flywheel.
|
default CreateFlywheelRequest.Builder |
taskConfig(Consumer<TaskConfig.Builder> taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
CreateFlywheelRequest.Builder |
taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFlywheelRequest.Builder flywheelName(String flywheelName)
Name for the flywheel.
flywheelName - Name for the flywheel.CreateFlywheelRequest.Builder activeModelArn(String activeModelArn)
To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model version.
activeModelArn - To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the
model version.CreateFlywheelRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required to access the flywheel data in the data lake.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required
to access the flywheel data in the data lake.CreateFlywheelRequest.Builder taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
taskConfig - Configuration about the custom classifier associated with the flywheel.default CreateFlywheelRequest.Builder taskConfig(Consumer<TaskConfig.Builder> taskConfig)
Configuration about the custom classifier associated with the flywheel.
This is a convenience method that creates an instance of theTaskConfig.Builder avoiding the need to
create one manually via TaskConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to taskConfig(TaskConfig).
taskConfig - a consumer that will call methods on TaskConfig.BuildertaskConfig(TaskConfig)CreateFlywheelRequest.Builder modelType(String modelType)
The model type.
CreateFlywheelRequest.Builder modelType(ModelType modelType)
The model type.
CreateFlywheelRequest.Builder dataLakeS3Uri(String dataLakeS3Uri)
Enter the S3 location for the data lake. You can specify a new S3 bucket or a new folder of an existing S3 bucket. The flywheel creates the data lake at this location.
dataLakeS3Uri - Enter the S3 location for the data lake. You can specify a new S3 bucket or a new folder of an
existing S3 bucket. The flywheel creates the data lake at this location.CreateFlywheelRequest.Builder dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configurations.
dataSecurityConfig - Data security configurations.default CreateFlywheelRequest.Builder dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configurations.
This is a convenience method that creates an instance of theDataSecurityConfig.Builder avoiding the
need to create one manually via DataSecurityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataSecurityConfig(DataSecurityConfig).
dataSecurityConfig - a consumer that will call methods on DataSecurityConfig.BuilderdataSecurityConfig(DataSecurityConfig)CreateFlywheelRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
clientRequestToken - A unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.CreateFlywheelRequest.Builder tags(Collection<Tag> tags)
The tags to associate with this flywheel.
tags - The tags to associate with this flywheel.CreateFlywheelRequest.Builder tags(Tag... tags)
The tags to associate with this flywheel.
tags - The tags to associate with this flywheel.CreateFlywheelRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate with this flywheel.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateFlywheelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFlywheelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.