Uses of Class
software.amazon.awscdk.services.appconfig.CfnDeploymentProps.Builder
Packages that use CfnDeploymentProps.Builder
-
Uses of CfnDeploymentProps.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return CfnDeploymentProps.BuilderModifier and TypeMethodDescriptionCfnDeploymentProps.Builder.applicationId(String applicationId) Sets the value ofCfnDeploymentProps.getApplicationId()static CfnDeploymentProps.BuilderCfnDeploymentProps.builder()CfnDeploymentProps.Builder.configurationProfileId(String configurationProfileId) Sets the value ofCfnDeploymentProps.getConfigurationProfileId()CfnDeploymentProps.Builder.configurationVersion(String configurationVersion) Sets the value ofCfnDeploymentProps.getConfigurationVersion()CfnDeploymentProps.Builder.deploymentStrategyId(String deploymentStrategyId) Sets the value ofCfnDeploymentProps.getDeploymentStrategyId()CfnDeploymentProps.Builder.description(String description) Sets the value ofCfnDeploymentProps.getDescription()CfnDeploymentProps.Builder.environmentId(String environmentId) Sets the value ofCfnDeploymentProps.getEnvironmentId()CfnDeploymentProps.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) Sets the value ofCfnDeploymentProps.getKmsKeyIdentifier()CfnDeploymentProps.Builder.tags(List<? extends CfnDeployment.TagsProperty> tags) Sets the value ofCfnDeploymentProps.getTags()Constructors in software.amazon.awscdk.services.appconfig with parameters of type CfnDeploymentProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder.