Interface DetectorFeatureConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectorFeatureConfigurationResult.Builder,
,DetectorFeatureConfigurationResult> SdkBuilder<DetectorFeatureConfigurationResult.Builder,
,DetectorFeatureConfigurationResult> SdkPojo
- Enclosing class:
DetectorFeatureConfigurationResult
public static interface DetectorFeatureConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<DetectorFeatureConfigurationResult.Builder,DetectorFeatureConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalConfiguration
(Collection<DetectorAdditionalConfigurationResult> additionalConfiguration) Additional configuration for a resource.additionalConfiguration
(Consumer<DetectorAdditionalConfigurationResult.Builder>... additionalConfiguration) Additional configuration for a resource.additionalConfiguration
(DetectorAdditionalConfigurationResult... additionalConfiguration) Additional configuration for a resource.Indicates the name of the feature that can be enabled for the detector.name
(DetectorFeatureResult name) Indicates the name of the feature that can be enabled for the detector.Indicates the status of the feature that is enabled for the detector.status
(FeatureStatus status) Indicates the status of the feature that is enabled for the detector.The timestamp at which the feature object was updated.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 Details
-
name
Indicates the name of the feature that can be enabled for the detector.
- Parameters:
name
- Indicates the name of the feature that can be enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Indicates the name of the feature that can be enabled for the detector.
- Parameters:
name
- Indicates the name of the feature that can be enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the feature that is enabled for the detector.
- Parameters:
status
- Indicates the status of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the feature that is enabled for the detector.
- Parameters:
status
- Indicates the status of the feature that is enabled for the detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp at which the feature object was updated.
- Parameters:
updatedAt
- The timestamp at which the feature object was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
DetectorFeatureConfigurationResult.Builder additionalConfiguration(Collection<DetectorAdditionalConfigurationResult> additionalConfiguration) Additional configuration for a resource.
- Parameters:
additionalConfiguration
- Additional configuration for a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
DetectorFeatureConfigurationResult.Builder additionalConfiguration(DetectorAdditionalConfigurationResult... additionalConfiguration) Additional configuration for a resource.
- Parameters:
additionalConfiguration
- Additional configuration for a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConfiguration
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 viaDetectorAdditionalConfigurationResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalConfiguration(List<DetectorAdditionalConfigurationResult>)
.- Parameters:
additionalConfiguration
- a consumer that will call methods onDetectorAdditionalConfigurationResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-