Uses of Class
software.amazon.awscdk.services.apigateway.CfnStageProps.Builder
Packages that use CfnStageProps.Builder
-
Uses of CfnStageProps.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnStageProps.BuilderModifier and TypeMethodDescriptionCfnStageProps.Builder.accessLogSetting(IResolvable accessLogSetting) Sets the value ofCfnStageProps.getAccessLogSetting()CfnStageProps.Builder.accessLogSetting(CfnStage.AccessLogSettingProperty accessLogSetting) Sets the value ofCfnStageProps.getAccessLogSetting()static CfnStageProps.BuilderCfnStageProps.builder()CfnStageProps.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Sets the value ofCfnStageProps.getCacheClusterEnabled()CfnStageProps.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled) Sets the value ofCfnStageProps.getCacheClusterEnabled()CfnStageProps.Builder.cacheClusterSize(String cacheClusterSize) Sets the value ofCfnStageProps.getCacheClusterSize()CfnStageProps.Builder.canarySetting(IResolvable canarySetting) Sets the value ofCfnStageProps.getCanarySetting()CfnStageProps.Builder.canarySetting(CfnStage.CanarySettingProperty canarySetting) Sets the value ofCfnStageProps.getCanarySetting()CfnStageProps.Builder.clientCertificateId(String clientCertificateId) Sets the value ofCfnStageProps.getClientCertificateId()CfnStageProps.Builder.deploymentId(String deploymentId) Sets the value ofCfnStageProps.getDeploymentId()CfnStageProps.Builder.description(String description) Sets the value ofCfnStageProps.getDescription()CfnStageProps.Builder.documentationVersion(String documentationVersion) Sets the value ofCfnStageProps.getDocumentationVersion()CfnStageProps.Builder.methodSettings(List<? extends Object> methodSettings) Sets the value ofCfnStageProps.getMethodSettings()CfnStageProps.Builder.methodSettings(IResolvable methodSettings) Sets the value ofCfnStageProps.getMethodSettings()Sets the value ofCfnStageProps.getRestApiId()Sets the value ofCfnStageProps.getStageName()Sets the value ofCfnStageProps.getTags()CfnStageProps.Builder.tracingEnabled(Boolean tracingEnabled) Sets the value ofCfnStageProps.getTracingEnabled()CfnStageProps.Builder.tracingEnabled(IResolvable tracingEnabled) Sets the value ofCfnStageProps.getTracingEnabled()Sets the value ofCfnStageProps.getVariables()CfnStageProps.Builder.variables(IResolvable variables) Sets the value ofCfnStageProps.getVariables()Constructors in software.amazon.awscdk.services.apigateway with parameters of type CfnStageProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnStageProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStageProps.Builder.