Uses of Class
software.amazon.awscdk.services.appconfig.SourcedConfigurationProps.Builder
-
Uses of SourcedConfigurationProps.Builder in software.amazon.awscdk.services.appconfig
Modifier and TypeMethodDescriptionSourcedConfigurationProps.Builder.application
(IApplication application) Sets the value ofConfigurationProps.getApplication()
SourcedConfigurationProps.builder()
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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSourcedConfigurationProps.Builder
.