Uses of Class
software.amazon.awscdk.services.appconfig.SourcedConfigurationProps.Builder
Packages that use SourcedConfigurationProps.Builder
-
Uses of SourcedConfigurationProps.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return SourcedConfigurationProps.BuilderModifier and TypeMethodDescriptionSourcedConfigurationProps.Builder.application
(IApplication application) Sets the value ofConfigurationProps.getApplication()
SourcedConfigurationProps.builder()
SourcedConfigurationProps.Builder.deletionProtectionCheck
(DeletionProtectionCheck deletionProtectionCheck) Sets the value ofConfigurationOptions.getDeletionProtectionCheck()
SourcedConfigurationProps.Builder.deploymentKey
(IKey deploymentKey) Sets the value ofConfigurationOptions.getDeploymentKey()
SourcedConfigurationProps.Builder.deploymentStrategy
(IDeploymentStrategy deploymentStrategy) Sets the value ofConfigurationOptions.getDeploymentStrategy()
SourcedConfigurationProps.Builder.deployTo
(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()
SourcedConfigurationProps.Builder.description
(String description) Sets the value ofConfigurationOptions.getDescription()
SourcedConfigurationProps.Builder.location
(ConfigurationSource location) Sets the value ofSourcedConfigurationProps.getLocation()
Sets the value ofConfigurationOptions.getName()
SourcedConfigurationProps.Builder.retrievalRole
(IRole retrievalRole) Sets the value ofSourcedConfigurationProps.getRetrievalRole()
SourcedConfigurationProps.Builder.type
(ConfigurationType type) Sets the value ofConfigurationOptions.getType()
SourcedConfigurationProps.Builder.validators
(List<? extends IValidator> validators) Sets the value ofConfigurationOptions.getValidators()
SourcedConfigurationProps.Builder.versionNumber
(String versionNumber) Sets the value ofSourcedConfigurationProps.getVersionNumber()
Constructors in software.amazon.awscdk.services.appconfig with parameters of type SourcedConfigurationProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSourcedConfigurationProps.Builder
.