Class FeatureFlagReportProperties.Builder
java.lang.Object
software.amazon.awscdk.cloud_assembly_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 for
FeatureFlagReportProperties-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.flags(Map<String, ? extends FeatureFlag> flags) Sets the value ofFeatureFlagReportProperties.getFlags()Sets the value ofFeatureFlagReportProperties.getModule()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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
Sets the value ofFeatureFlagReportProperties.getModule()- Parameters:
module- The library that this feature flag report applies to. This parameter is required.- Returns:
this
-
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
-