public static interface FlywheelProperties.Builder extends SdkPojo, CopyableBuilder<FlywheelProperties.Builder,FlywheelProperties>
| Modifier and Type | Method and Description |
|---|---|
FlywheelProperties.Builder |
activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
FlywheelProperties.Builder |
creationTime(Instant creationTime)
Creation time of the flywheel.
|
FlywheelProperties.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the
flywheel data.
|
FlywheelProperties.Builder |
dataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
|
default FlywheelProperties.Builder |
dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configuration.
|
FlywheelProperties.Builder |
dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configuration.
|
FlywheelProperties.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel.
|
FlywheelProperties.Builder |
lastModifiedTime(Instant lastModifiedTime)
Last modified time for the flywheel.
|
FlywheelProperties.Builder |
latestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
|
FlywheelProperties.Builder |
message(String message)
A description of the status of the flywheel.
|
FlywheelProperties.Builder |
modelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelProperties.Builder |
modelType(String modelType)
Model type of the flywheel's model.
|
FlywheelProperties.Builder |
status(FlywheelStatus status)
The status of the flywheel.
|
FlywheelProperties.Builder |
status(String status)
The status of the flywheel.
|
default FlywheelProperties.Builder |
taskConfig(Consumer<TaskConfig.Builder> taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
FlywheelProperties.Builder |
taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlywheelProperties.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel.
flywheelArn - The Amazon Resource Number (ARN) of the flywheel.FlywheelProperties.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.FlywheelProperties.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.FlywheelProperties.Builder taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
taskConfig - Configuration about the custom classifier associated with the flywheel.default FlywheelProperties.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)FlywheelProperties.Builder dataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
dataLakeS3Uri - Amazon S3 URI of the data lake location.FlywheelProperties.Builder dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configuration.
dataSecurityConfig - Data security configuration.default FlywheelProperties.Builder dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configuration.
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)FlywheelProperties.Builder status(String status)
The status of the flywheel.
status - The status of the flywheel.FlywheelStatus,
FlywheelStatusFlywheelProperties.Builder status(FlywheelStatus status)
The status of the flywheel.
status - The status of the flywheel.FlywheelStatus,
FlywheelStatusFlywheelProperties.Builder modelType(String modelType)
Model type of the flywheel's model.
FlywheelProperties.Builder modelType(ModelType modelType)
Model type of the flywheel's model.
FlywheelProperties.Builder message(String message)
A description of the status of the flywheel.
message - A description of the status of the flywheel.FlywheelProperties.Builder creationTime(Instant creationTime)
Creation time of the flywheel.
creationTime - Creation time of the flywheel.FlywheelProperties.Builder lastModifiedTime(Instant lastModifiedTime)
Last modified time for the flywheel.
lastModifiedTime - Last modified time for the flywheel.FlywheelProperties.Builder latestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
latestFlywheelIteration - The most recent flywheel iteration.Copyright © 2023. All rights reserved.