Uses of Class
software.amazon.awscdk.services.apigateway.CfnStage.MethodSettingProperty.Builder
Packages that use CfnStage.MethodSettingProperty.Builder
-
Uses of CfnStage.MethodSettingProperty.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnStage.MethodSettingProperty.BuilderModifier and TypeMethodDescriptionCfnStage.MethodSettingProperty.builder()CfnStage.MethodSettingProperty.Builder.cacheDataEncrypted(Boolean cacheDataEncrypted) Sets the value ofCfnStage.MethodSettingProperty.getCacheDataEncrypted()CfnStage.MethodSettingProperty.Builder.cacheDataEncrypted(IResolvable cacheDataEncrypted) Sets the value ofCfnStage.MethodSettingProperty.getCacheDataEncrypted()CfnStage.MethodSettingProperty.Builder.cacheTtlInSeconds(Number cacheTtlInSeconds) Sets the value ofCfnStage.MethodSettingProperty.getCacheTtlInSeconds()CfnStage.MethodSettingProperty.Builder.cachingEnabled(Boolean cachingEnabled) Sets the value ofCfnStage.MethodSettingProperty.getCachingEnabled()CfnStage.MethodSettingProperty.Builder.cachingEnabled(IResolvable cachingEnabled) Sets the value ofCfnStage.MethodSettingProperty.getCachingEnabled()CfnStage.MethodSettingProperty.Builder.dataTraceEnabled(Boolean dataTraceEnabled) Sets the value ofCfnStage.MethodSettingProperty.getDataTraceEnabled()CfnStage.MethodSettingProperty.Builder.dataTraceEnabled(IResolvable dataTraceEnabled) Sets the value ofCfnStage.MethodSettingProperty.getDataTraceEnabled()CfnStage.MethodSettingProperty.Builder.httpMethod(String httpMethod) Sets the value ofCfnStage.MethodSettingProperty.getHttpMethod()CfnStage.MethodSettingProperty.Builder.loggingLevel(String loggingLevel) Sets the value ofCfnStage.MethodSettingProperty.getLoggingLevel()CfnStage.MethodSettingProperty.Builder.metricsEnabled(Boolean metricsEnabled) Sets the value ofCfnStage.MethodSettingProperty.getMetricsEnabled()CfnStage.MethodSettingProperty.Builder.metricsEnabled(IResolvable metricsEnabled) Sets the value ofCfnStage.MethodSettingProperty.getMetricsEnabled()CfnStage.MethodSettingProperty.Builder.resourcePath(String resourcePath) Sets the value ofCfnStage.MethodSettingProperty.getResourcePath()CfnStage.MethodSettingProperty.Builder.throttlingBurstLimit(Number throttlingBurstLimit) Sets the value ofCfnStage.MethodSettingProperty.getThrottlingBurstLimit()CfnStage.MethodSettingProperty.Builder.throttlingRateLimit(Number throttlingRateLimit) Sets the value ofCfnStage.MethodSettingProperty.getThrottlingRateLimit()Constructors in software.amazon.awscdk.services.apigateway with parameters of type CfnStage.MethodSettingProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStage.MethodSettingProperty.Builder.