Class CfnDetector.FeatureConfigurationsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.guardduty.CfnDetector.FeatureConfigurationsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDetector.FeatureConfigurationsProperty>
- Enclosing interface:
- CfnDetector.FeatureConfigurationsProperty
@Stability(Stable)
public static final class CfnDetector.FeatureConfigurationsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDetector.FeatureConfigurationsProperty>
A builder for
CfnDetector.FeatureConfigurationsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalConfiguration(List<? extends Object> additionalConfiguration) Sets the value ofCfnDetector.FeatureConfigurationsProperty.getAdditionalConfiguration()additionalConfiguration(IResolvable additionalConfiguration) Sets the value ofCfnDetector.FeatureConfigurationsProperty.getAdditionalConfiguration()build()Builds the configured instance.Sets the value ofCfnDetector.FeatureConfigurationsProperty.getName()Sets the value ofCfnDetector.FeatureConfigurationsProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
additionalConfiguration
@Stability(Stable) public CfnDetector.FeatureConfigurationsProperty.Builder additionalConfiguration(IResolvable additionalConfiguration) Sets the value ofCfnDetector.FeatureConfigurationsProperty.getAdditionalConfiguration()- Parameters:
additionalConfiguration- Additional configuration of the feature.- Returns:
this
-
additionalConfiguration
@Stability(Stable) public CfnDetector.FeatureConfigurationsProperty.Builder additionalConfiguration(List<? extends Object> additionalConfiguration) Sets the value ofCfnDetector.FeatureConfigurationsProperty.getAdditionalConfiguration()- Parameters:
additionalConfiguration- Additional configuration of the feature.- Returns:
this
-
name
Sets the value ofCfnDetector.FeatureConfigurationsProperty.getName()- Parameters:
name- Name of the feature.- Returns:
this
-
status
Sets the value ofCfnDetector.FeatureConfigurationsProperty.getStatus()- Parameters:
status- Status of the feature.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDetector.FeatureConfigurationsProperty>- Returns:
- a new instance of
CfnDetector.FeatureConfigurationsProperty - Throws:
NullPointerException- if any required attribute was not provided
-