Class CfnKeyValueStore.Builder
java.lang.Object
software.amazon.awscdk.services.cloudfront.CfnKeyValueStore.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnKeyValueStore>
- Enclosing class:
CfnKeyValueStore
@Stability(Stable)
public static final class CfnKeyValueStore.Builder
extends Object
implements software.amazon.jsii.Builder<CfnKeyValueStore>
A fluent builder for
CfnKeyValueStore
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
A comment for the key value store.static CfnKeyValueStore.Builder
importSource
(IResolvable importSource) The import source for the key value store.importSource
(CfnKeyValueStore.ImportSourceProperty importSource) The import source for the key value store.The name of the key value store.
-
Method Details
-
create
@Stability(Stable) public static CfnKeyValueStore.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnKeyValueStore.Builder
.
-
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:
-
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 CfnKeyValueStore.Builder importSource(CfnKeyValueStore.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:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnKeyValueStore>
- Returns:
- a newly built instance of
CfnKeyValueStore
.
-