Uses of Class
software.amazon.awscdk.services.appconfig.ConfigurationOptions.Builder
-
Uses of ConfigurationOptions.Builder in software.amazon.awscdk.services.appconfig
Modifier 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConfigurationOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theConfigurationOptions.Builder
.