Class FeatureFlagReportProperties.Builder
- java.lang.Object
-
- software.amazon.awscdk.cloudassembly.schema.FeatureFlagReportProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FeatureFlagReportProperties>
- Enclosing interface:
- FeatureFlagReportProperties
@Stability(Stable) public static final class FeatureFlagReportProperties.Builder extends Object implements software.amazon.jsii.Builder<FeatureFlagReportProperties>
A builder forFeatureFlagReportProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureFlagReportPropertiesbuild()Builds the configured instance.FeatureFlagReportProperties.Builderflags(Map<String,? extends FeatureFlag> flags)Sets the value ofFeatureFlagReportProperties.getFlags()FeatureFlagReportProperties.Buildermodule(String module)Sets the value ofFeatureFlagReportProperties.getModule()
-
-
-
Method Detail
-
flags
@Stability(Stable) public FeatureFlagReportProperties.Builder flags(Map<String,? extends FeatureFlag> flags)
Sets the value ofFeatureFlagReportProperties.getFlags()- Parameters:
flags- Information about every feature flag supported by this library. This parameter is required.- Returns:
this
-
module
@Stability(Stable) public FeatureFlagReportProperties.Builder module(String module)
Sets the value ofFeatureFlagReportProperties.getModule()- Parameters:
module- The library that this feature flag report applies to. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public FeatureFlagReportProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FeatureFlagReportProperties>- Returns:
- a new instance of
FeatureFlagReportProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-