Uses of Class
software.amazon.awscdk.cloud_assembly_schema.FeatureFlag.Builder
Packages that use FeatureFlag.Builder
-
Uses of FeatureFlag.Builder in software.amazon.awscdk.cloud_assembly_schema
Methods in software.amazon.awscdk.cloud_assembly_schema that return FeatureFlag.BuilderModifier and TypeMethodDescriptionstatic FeatureFlag.Builder
FeatureFlag.builder()
FeatureFlag.Builder.explanation
(String explanation) Sets the value ofFeatureFlag.getExplanation()
FeatureFlag.Builder.recommendedValue
(Object recommendedValue) Sets the value ofFeatureFlag.getRecommendedValue()
Sets the value ofFeatureFlag.getUserValue()
Constructors in software.amazon.awscdk.cloud_assembly_schema with parameters of type FeatureFlag.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(FeatureFlag.Builder builder) Constructor that initializes the object based on literal property values passed by theFeatureFlag.Builder
.