Uses of Class
software.amazon.awscdk.cloudassembly.schema.FeatureFlagReportProperties.Builder
-
-
Uses of FeatureFlagReportProperties.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return FeatureFlagReportProperties.Builder Modifier and Type Method Description static FeatureFlagReportProperties.BuilderFeatureFlagReportProperties. builder()FeatureFlagReportProperties.BuilderFeatureFlagReportProperties.Builder. flags(Map<String,? extends FeatureFlag> flags)Sets the value ofFeatureFlagReportProperties.getFlags()FeatureFlagReportProperties.BuilderFeatureFlagReportProperties.Builder. module(String module)Sets the value ofFeatureFlagReportProperties.getModule()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type FeatureFlagReportProperties.Builder Constructor Description Jsii$Proxy(FeatureFlagReportProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theFeatureFlagReportProperties.Builder.
-