public static interface DetectorFeatureConfigurationResult.Builder extends SdkPojo, CopyableBuilder<DetectorFeatureConfigurationResult.Builder,DetectorFeatureConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfigurationResult.Builder |
name(DetectorFeatureResult name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult.Builder |
name(String name)
Indicates the name of the feature that can be enabled for the detector.
|
DetectorFeatureConfigurationResult.Builder |
status(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult.Builder |
status(String status)
Indicates the status of the feature that is enabled for the detector.
|
DetectorFeatureConfigurationResult.Builder |
updatedAt(Instant updatedAt)
The timestamp at which the feature object was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectorFeatureConfigurationResult.Builder name(String name)
Indicates the name of the feature that can be enabled for the detector.
name - Indicates the name of the feature that can be enabled for the detector.DetectorFeatureResult,
DetectorFeatureResultDetectorFeatureConfigurationResult.Builder name(DetectorFeatureResult name)
Indicates the name of the feature that can be enabled for the detector.
name - Indicates the name of the feature that can be enabled for the detector.DetectorFeatureResult,
DetectorFeatureResultDetectorFeatureConfigurationResult.Builder status(String status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatus,
FeatureStatusDetectorFeatureConfigurationResult.Builder status(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatus,
FeatureStatusDetectorFeatureConfigurationResult.Builder updatedAt(Instant updatedAt)
The timestamp at which the feature object was updated.
updatedAt - The timestamp at which the feature object was updated.Copyright © 2023. All rights reserved.