@Stability(value=Stable) public static final class CfnApiCacheProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApiCacheProps>
CfnApiCacheProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApiCacheProps.Builder apiCachingBehavior(String apiCachingBehavior)
CfnApiCacheProps.getApiCachingBehavior()apiCachingBehavior - `AWS::AppSync::ApiCache.ApiCachingBehavior`. This parameter is required.this@Stability(value=Stable) public CfnApiCacheProps.Builder apiId(String apiId)
CfnApiCacheProps.getApiId()apiId - `AWS::AppSync::ApiCache.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnApiCacheProps.Builder ttl(Number ttl)
CfnApiCacheProps.getTtl()ttl - `AWS::AppSync::ApiCache.Ttl`. This parameter is required.this@Stability(value=Stable) public CfnApiCacheProps.Builder type(String type)
CfnApiCacheProps.getType()type - `AWS::AppSync::ApiCache.Type`. This parameter is required.this@Stability(value=Stable) public CfnApiCacheProps.Builder atRestEncryptionEnabled(Boolean atRestEncryptionEnabled)
CfnApiCacheProps.getAtRestEncryptionEnabled()atRestEncryptionEnabled - `AWS::AppSync::ApiCache.AtRestEncryptionEnabled`.this@Stability(value=Stable) public CfnApiCacheProps.Builder atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
CfnApiCacheProps.getAtRestEncryptionEnabled()atRestEncryptionEnabled - `AWS::AppSync::ApiCache.AtRestEncryptionEnabled`.this@Stability(value=Stable) public CfnApiCacheProps.Builder transitEncryptionEnabled(Boolean transitEncryptionEnabled)
CfnApiCacheProps.getTransitEncryptionEnabled()transitEncryptionEnabled - `AWS::AppSync::ApiCache.TransitEncryptionEnabled`.this@Stability(value=Stable) public CfnApiCacheProps.Builder transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
CfnApiCacheProps.getTransitEncryptionEnabled()transitEncryptionEnabled - `AWS::AppSync::ApiCache.TransitEncryptionEnabled`.this@Stability(value=Stable) public CfnApiCacheProps build()
build in interface software.amazon.jsii.Builder<CfnApiCacheProps>CfnApiCachePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.