Class CfnConfigurationRecorder.ExclusionByResourceTypesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.config.CfnConfigurationRecorder.ExclusionByResourceTypesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationRecorder.ExclusionByResourceTypesProperty>
- Enclosing interface:
CfnConfigurationRecorder.ExclusionByResourceTypesProperty
@Stability(Stable)
public static final class CfnConfigurationRecorder.ExclusionByResourceTypesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationRecorder.ExclusionByResourceTypesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resourceTypes
(List<String> resourceTypes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceTypes
@Stability(Stable) public CfnConfigurationRecorder.ExclusionByResourceTypesProperty.Builder resourceTypes(List<String> resourceTypes) - Parameters:
resourceTypes
- A comma-separated list of resource types to exclude from recording by the configuration recorder. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfigurationRecorder.ExclusionByResourceTypesProperty>
- Returns:
- a new instance of
CfnConfigurationRecorder.ExclusionByResourceTypesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-