Uses of Interface
software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Packages that use MethodSetting.Builder
-
Uses of MethodSetting.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return MethodSetting.BuilderModifier and TypeMethodDescriptionstatic MethodSetting.BuilderMethodSetting.builder()MethodSetting.Builder.cacheDataEncrypted(Boolean cacheDataEncrypted) Specifies whether the cached responses are encrypted.MethodSetting.Builder.cacheTtlInSeconds(Integer cacheTtlInSeconds) Specifies the time to live (TTL), in seconds, for cached responses.MethodSetting.Builder.cachingEnabled(Boolean cachingEnabled) Specifies whether responses should be cached and returned for requests.MethodSetting.Builder.dataTraceEnabled(Boolean dataTraceEnabled) Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.MethodSetting.Builder.loggingLevel(String loggingLevel) Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs.MethodSetting.Builder.metricsEnabled(Boolean metricsEnabled) Specifies whether Amazon CloudWatch metrics are enabled for this method.MethodSetting.Builder.requireAuthorizationForCacheControl(Boolean requireAuthorizationForCacheControl) Specifies whether authorization is required for a cache invalidation request.MethodSetting.Builder.throttlingBurstLimit(Integer throttlingBurstLimit) Specifies the throttling burst limit.MethodSetting.Builder.throttlingRateLimit(Double throttlingRateLimit) Specifies the throttling rate limit.MethodSetting.toBuilder()MethodSetting.Builder.unauthorizedCacheControlHeaderStrategy(String unauthorizedCacheControlHeaderStrategy) Specifies how to handle unauthorized requests for cache invalidation.MethodSetting.Builder.unauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy) Specifies how to handle unauthorized requests for cache invalidation.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodSetting.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MethodSetting.Builder>MethodSetting.serializableBuilderClass()