Class CfnGraphSnapshotPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.neptunegraph.CfnGraphSnapshotPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGraphSnapshotPropsMixin>
- Enclosing class:
CfnGraphSnapshotPropsMixin
@Stability(Stable)
public static final class CfnGraphSnapshotPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGraphSnapshotPropsMixin>
A fluent builder for
CfnGraphSnapshotPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) graphIdentifier(String graphIdentifier) The unique identifier of the Neptune Analytics graph to create the snapshot from.snapshotName(String snapshotName) The snapshot name.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnGraphSnapshotPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGraphSnapshotPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGraphSnapshotPropsMixin.Builder.
-
graphIdentifier
@Stability(Stable) public CfnGraphSnapshotPropsMixin.Builder graphIdentifier(String graphIdentifier) The unique identifier of the Neptune Analytics graph to create the snapshot from.- Parameters:
graphIdentifier- The unique identifier of the Neptune Analytics graph to create the snapshot from. This parameter is required.- Returns:
this- See Also:
-
snapshotName
The snapshot name.- Parameters:
snapshotName- The snapshot name. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGraphSnapshotPropsMixin>- Returns:
- a newly built instance of
CfnGraphSnapshotPropsMixin.
-