public static interface DetectorFeatureConfiguration.Builder extends SdkPojo, CopyableBuilder<DetectorFeatureConfiguration.Builder,DetectorFeatureConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfiguration.Builder |
name(DetectorFeature name)
The name of the feature.
|
DetectorFeatureConfiguration.Builder |
name(String name)
The name of the feature.
|
DetectorFeatureConfiguration.Builder |
status(FeatureStatus status)
The status of the feature.
|
DetectorFeatureConfiguration.Builder |
status(String status)
The status of the feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectorFeatureConfiguration.Builder name(String name)
The name of the feature.
name - The name of the feature.DetectorFeature,
DetectorFeatureDetectorFeatureConfiguration.Builder name(DetectorFeature name)
The name of the feature.
name - The name of the feature.DetectorFeature,
DetectorFeatureDetectorFeatureConfiguration.Builder status(String status)
The status of the feature.
status - The status of the feature.FeatureStatus,
FeatureStatusDetectorFeatureConfiguration.Builder status(FeatureStatus status)
The status of the feature.
status - The status of the feature.FeatureStatus,
FeatureStatusCopyright © 2023. All rights reserved.