Uses of Class
software.amazon.awscdk.services.appsync.CfnApiCacheProps.Builder
-
Uses of CfnApiCacheProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionCfnApiCacheProps.Builder.apiCachingBehavior
(String apiCachingBehavior) Sets the value ofCfnApiCacheProps.getApiCachingBehavior()
Sets the value ofCfnApiCacheProps.getApiId()
CfnApiCacheProps.Builder.atRestEncryptionEnabled
(Boolean atRestEncryptionEnabled) Sets the value ofCfnApiCacheProps.getAtRestEncryptionEnabled()
CfnApiCacheProps.Builder.atRestEncryptionEnabled
(IResolvable atRestEncryptionEnabled) Sets the value ofCfnApiCacheProps.getAtRestEncryptionEnabled()
static CfnApiCacheProps.Builder
CfnApiCacheProps.builder()
CfnApiCacheProps.Builder.healthMetricsConfig
(String healthMetricsConfig) Sets the value ofCfnApiCacheProps.getHealthMetricsConfig()
CfnApiCacheProps.Builder.transitEncryptionEnabled
(Boolean transitEncryptionEnabled) Sets the value ofCfnApiCacheProps.getTransitEncryptionEnabled()
CfnApiCacheProps.Builder.transitEncryptionEnabled
(IResolvable transitEncryptionEnabled) Sets the value ofCfnApiCacheProps.getTransitEncryptionEnabled()
Sets the value ofCfnApiCacheProps.getTtl()
Sets the value ofCfnApiCacheProps.getType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApiCacheProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApiCacheProps.Builder
.