Uses of Class
software.amazon.awscdk.services.apigateway.DeploymentProps.Builder
Packages that use DeploymentProps.Builder
-
Uses of DeploymentProps.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return DeploymentProps.BuilderModifier and TypeMethodDescriptionSets the value ofDeploymentProps.getApi()
static DeploymentProps.Builder
DeploymentProps.builder()
DeploymentProps.Builder.description
(String description) Sets the value ofDeploymentProps.getDescription()
DeploymentProps.Builder.retainDeployments
(Boolean retainDeployments) Sets the value ofDeploymentProps.getRetainDeployments()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type DeploymentProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(DeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDeploymentProps.Builder
.