Class CfnKeyValueStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnKeyValueStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKeyValueStorePropsMixin>
- Enclosing class:
CfnKeyValueStorePropsMixin
@Stability(Stable)
public static final class CfnKeyValueStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKeyValueStorePropsMixin>
A fluent builder for
CfnKeyValueStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()A comment for the key value store.create()create(CfnPropertyMixinOptions options) importSource(CfnKeyValueStorePropsMixin.ImportSourceProperty importSource) The import source for the key value store.importSource(IResolvable importSource) The import source for the key value store.The name of the key value store.
-
Method Details
-
create
@Stability(Stable) public static CfnKeyValueStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnKeyValueStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnKeyValueStorePropsMixin.Builder.
-
comment
A comment for the key value store.- Parameters:
comment- A comment for the key value store. This parameter is required.- Returns:
this- See Also:
-
importSource
The import source for the key value store.- Parameters:
importSource- The import source for the key value store. This parameter is required.- Returns:
this- See Also:
-
importSource
@Stability(Stable) public CfnKeyValueStorePropsMixin.Builder importSource(CfnKeyValueStorePropsMixin.ImportSourceProperty importSource) The import source for the key value store.- Parameters:
importSource- The import source for the key value store. This parameter is required.- Returns:
this- See Also:
-
name
The name of the key value store.- Parameters:
name- The name of the key value store. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnKeyValueStorePropsMixin>- Returns:
- a newly built instance of
CfnKeyValueStorePropsMixin.
-