Interface EntityRecognizerOutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityRecognizerOutputDataConfig.Builder,EntityRecognizerOutputDataConfig>,SdkBuilder<EntityRecognizerOutputDataConfig.Builder,EntityRecognizerOutputDataConfig>,SdkPojo
- Enclosing class:
- EntityRecognizerOutputDataConfig
public static interface EntityRecognizerOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerOutputDataConfig.Builder,EntityRecognizerOutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityRecognizerOutputDataConfig.BuilderflywheelStatsS3Prefix(String flywheelStatsS3Prefix)The Amazon S3 prefix for the data lake location of the flywheel statistics.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flywheelStatsS3Prefix
EntityRecognizerOutputDataConfig.Builder flywheelStatsS3Prefix(String flywheelStatsS3Prefix)
The Amazon S3 prefix for the data lake location of the flywheel statistics.
- Parameters:
flywheelStatsS3Prefix- The Amazon S3 prefix for the data lake location of the flywheel statistics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-