Uses of Class
software.amazon.awscdk.cloudassembly.schema.FeatureFlag.Builder
-
-
Uses of FeatureFlag.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return FeatureFlag.Builder Modifier and Type Method Description static FeatureFlag.BuilderFeatureFlag. builder()FeatureFlag.BuilderFeatureFlag.Builder. explanation(String explanation)Sets the value ofFeatureFlag.getExplanation()FeatureFlag.BuilderFeatureFlag.Builder. recommendedValue(Object recommendedValue)Sets the value ofFeatureFlag.getRecommendedValue()FeatureFlag.BuilderFeatureFlag.Builder. unconfiguredBehavesLike(UnconfiguredBehavesLike unconfiguredBehavesLike)Sets the value ofFeatureFlag.getUnconfiguredBehavesLike()FeatureFlag.BuilderFeatureFlag.Builder. userValue(Object userValue)Sets the value ofFeatureFlag.getUserValue()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type FeatureFlag.Builder Constructor Description Jsii$Proxy(FeatureFlag.Builder builder)Constructor that initializes the object based on literal property values passed by theFeatureFlag.Builder.
-