Uses of Class
software.amazon.awscdk.services.appconfig.HostedConfiguration.Builder
Packages that use HostedConfiguration.Builder
-
Uses of HostedConfiguration.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return HostedConfiguration.BuilderModifier and TypeMethodDescriptionHostedConfiguration.Builder.application
(IApplication application) The application associated with the configuration.HostedConfiguration.Builder.content
(ConfigurationContent content) The content of the hosted configuration.static HostedConfiguration.Builder
HostedConfiguration.Builder.deploymentKey
(IKey deploymentKey) The deployment key of the configuration.HostedConfiguration.Builder.deploymentStrategy
(IDeploymentStrategy deploymentStrategy) The deployment strategy for the configuration.HostedConfiguration.Builder.deployTo
(List<? extends IEnvironment> deployTo) The list of environments to deploy the configuration to.HostedConfiguration.Builder.description
(String description) The description of the configuration.HostedConfiguration.Builder.latestVersionNumber
(Number latestVersionNumber) The latest version number of the hosted configuration.The name of the configuration.HostedConfiguration.Builder.type
(ConfigurationType type) The type of configuration.HostedConfiguration.Builder.validators
(List<? extends IValidator> validators) The validators for the configuration.HostedConfiguration.Builder.versionLabel
(String versionLabel) The version label of the hosted configuration.