public static interface DetectorFeatureConfigurationResult.Builder extends SdkPojo, CopyableBuilder<DetectorFeatureConfigurationResult.Builder,DetectorFeatureConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
DetectorFeatureConfigurationResult.Builder |
additionalConfiguration(Collection<DetectorAdditionalConfigurationResult> additionalConfiguration)
Additional configuration for a resource.
|
DetectorFeatureConfigurationResult.Builder |
additionalConfiguration(Consumer<DetectorAdditionalConfigurationResult.Builder>... additionalConfiguration)
Additional configuration for a resource.
|
DetectorFeatureConfigurationResult.Builder |
additionalConfiguration(DetectorAdditionalConfigurationResult... additionalConfiguration)
Additional configuration for a resource.
|
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.DetectorFeatureConfigurationResult.Builder additionalConfiguration(Collection<DetectorAdditionalConfigurationResult> additionalConfiguration)
Additional configuration for a resource.
additionalConfiguration - Additional configuration for a resource.DetectorFeatureConfigurationResult.Builder additionalConfiguration(DetectorAdditionalConfigurationResult... additionalConfiguration)
Additional configuration for a resource.
additionalConfiguration - Additional configuration for a resource.DetectorFeatureConfigurationResult.Builder additionalConfiguration(Consumer<DetectorAdditionalConfigurationResult.Builder>... additionalConfiguration)
Additional configuration for a resource.
This is a convenience method that creates an instance of theDetectorAdditionalConfigurationResult.Builder
avoiding the need to create one manually via
DetectorAdditionalConfigurationResult.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #additionalConfiguration(List.
additionalConfiguration - a consumer that will call methods on
DetectorAdditionalConfigurationResult.Builder#additionalConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.