@Stability(value=Stable) public static final class CfnApiCache.Builder extends Object implements software.amazon.jsii.Builder<CfnApiCache>
CfnApiCache.| Modifier and Type | Method and Description |
|---|---|
CfnApiCache.Builder |
apiCachingBehavior(String apiCachingBehavior)
`AWS::AppSync::ApiCache.ApiCachingBehavior`.
|
CfnApiCache.Builder |
apiId(String apiId)
`AWS::AppSync::ApiCache.ApiId`.
|
CfnApiCache.Builder |
atRestEncryptionEnabled(Boolean atRestEncryptionEnabled)
`AWS::AppSync::ApiCache.AtRestEncryptionEnabled`.
|
CfnApiCache.Builder |
atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
`AWS::AppSync::ApiCache.AtRestEncryptionEnabled`.
|
CfnApiCache |
build() |
static CfnApiCache.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApiCache.Builder |
transitEncryptionEnabled(Boolean transitEncryptionEnabled)
`AWS::AppSync::ApiCache.TransitEncryptionEnabled`.
|
CfnApiCache.Builder |
transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
`AWS::AppSync::ApiCache.TransitEncryptionEnabled`.
|
CfnApiCache.Builder |
ttl(Number ttl)
`AWS::AppSync::ApiCache.Ttl`.
|
CfnApiCache.Builder |
type(String type)
`AWS::AppSync::ApiCache.Type`.
|
@Stability(value=Stable) public static CfnApiCache.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApiCache.Builder.@Stability(value=Stable) public CfnApiCache.Builder apiCachingBehavior(String apiCachingBehavior)
apiCachingBehavior - `AWS::AppSync::ApiCache.ApiCachingBehavior`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder apiId(String apiId)
apiId - `AWS::AppSync::ApiCache.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder ttl(Number ttl)
ttl - `AWS::AppSync::ApiCache.Ttl`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder type(String type)
type - `AWS::AppSync::ApiCache.Type`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder atRestEncryptionEnabled(Boolean atRestEncryptionEnabled)
atRestEncryptionEnabled - `AWS::AppSync::ApiCache.AtRestEncryptionEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder atRestEncryptionEnabled(IResolvable atRestEncryptionEnabled)
atRestEncryptionEnabled - `AWS::AppSync::ApiCache.AtRestEncryptionEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder transitEncryptionEnabled(Boolean transitEncryptionEnabled)
transitEncryptionEnabled - `AWS::AppSync::ApiCache.TransitEncryptionEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApiCache.Builder transitEncryptionEnabled(IResolvable transitEncryptionEnabled)
transitEncryptionEnabled - `AWS::AppSync::ApiCache.TransitEncryptionEnabled`. This parameter is required.this@Stability(value=Stable) public CfnApiCache build()
build in interface software.amazon.jsii.Builder<CfnApiCache>Copyright © 2021. All rights reserved.