Uses of Class
software.amazon.awscdk.services.appconfig.HostedConfigurationOptions.Builder
-
Uses of HostedConfigurationOptions.Builder in software.amazon.awscdk.services.appconfig
Modifier and TypeMethodDescriptionHostedConfigurationOptions.builder()
HostedConfigurationOptions.Builder.content
(ConfigurationContent content) Sets the value ofHostedConfigurationOptions.getContent()
HostedConfigurationOptions.Builder.deploymentKey
(IKey deploymentKey) Sets the value ofConfigurationOptions.getDeploymentKey()
HostedConfigurationOptions.Builder.deploymentStrategy
(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()
HostedConfigurationOptions.Builder.deployTo
(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()
HostedConfigurationOptions.Builder.description
(String description) Sets the value ofConfigurationOptions.getDescription()
HostedConfigurationOptions.Builder.latestVersionNumber
(Number latestVersionNumber) Sets the value ofHostedConfigurationOptions.getLatestVersionNumber()
Sets the value ofConfigurationOptions.getName()
HostedConfigurationOptions.Builder.type
(ConfigurationType type) Sets the value ofConfigurationOptions.getType()
HostedConfigurationOptions.Builder.validators
(List<? extends IValidator> validators) Sets the value ofConfigurationOptions.getValidators()
HostedConfigurationOptions.Builder.versionLabel
(String versionLabel) Sets the value ofHostedConfigurationOptions.getVersionLabel()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHostedConfigurationOptions.Builder
.