Uses of Class
software.amazon.awscdk.services.appconfig.HostedConfigurationOptions.Builder
Packages that use HostedConfigurationOptions.Builder
-
Uses of HostedConfigurationOptions.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return HostedConfigurationOptions.BuilderModifier and TypeMethodDescriptionHostedConfigurationOptions.builder()HostedConfigurationOptions.Builder.content(ConfigurationContent content) Sets the value ofHostedConfigurationOptions.getContent()HostedConfigurationOptions.Builder.deletionProtectionCheck(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()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()Constructors in software.amazon.awscdk.services.appconfig with parameters of type HostedConfigurationOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHostedConfigurationOptions.Builder.