Uses of Class
software.amazon.awscdk.services.appconfig.DeploymentReference.Builder
Packages that use DeploymentReference.Builder
-
Uses of DeploymentReference.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return DeploymentReference.BuilderModifier and TypeMethodDescriptionDeploymentReference.Builder.applicationId
(String applicationId) Sets the value ofDeploymentReference.getApplicationId()
static DeploymentReference.Builder
DeploymentReference.builder()
DeploymentReference.Builder.deploymentNumber
(String deploymentNumber) Sets the value ofDeploymentReference.getDeploymentNumber()
DeploymentReference.Builder.environmentId
(String environmentId) Sets the value ofDeploymentReference.getEnvironmentId()
Constructors in software.amazon.awscdk.services.appconfig with parameters of type DeploymentReference.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(DeploymentReference.Builder builder) Constructor that initializes the object based on literal property values passed by theDeploymentReference.Builder
.