Uses of Class
software.amazon.awscdk.services.appconfig.ConfigurationOptions.Builder
Packages that use ConfigurationOptions.Builder
-
Uses of ConfigurationOptions.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return ConfigurationOptions.BuilderModifier and TypeMethodDescriptionstatic ConfigurationOptions.Builder
ConfigurationOptions.builder()
ConfigurationOptions.Builder.deploymentKey
(IKey deploymentKey) Sets the value ofConfigurationOptions.getDeploymentKey()
ConfigurationOptions.Builder.deploymentStrategy
(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()
ConfigurationOptions.Builder.deployTo
(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()
ConfigurationOptions.Builder.description
(String description) Sets the value ofConfigurationOptions.getDescription()
Sets the value ofConfigurationOptions.getName()
ConfigurationOptions.Builder.type
(ConfigurationType type) Sets the value ofConfigurationOptions.getType()
ConfigurationOptions.Builder.validators
(List<? extends IValidator> validators) Sets the value ofConfigurationOptions.getValidators()
Constructors in software.amazon.awscdk.services.appconfig with parameters of type ConfigurationOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ConfigurationOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theConfigurationOptions.Builder
.