Class CfnSnapshotPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.fsx.mixins.CfnSnapshotPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSnapshotPropsMixin>
- Enclosing class:
CfnSnapshotPropsMixin
@Stability(Stable)
public static final class CfnSnapshotPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSnapshotPropsMixin>
A fluent builder for
CfnSnapshotPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the snapshot.A list ofTagvalues, with a maximum of 50 elements.The ID of the volume that the snapshot is of.
-
Method Details
-
create
@Stability(Stable) public static CfnSnapshotPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSnapshotPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSnapshotPropsMixin.Builder.
-
name
The name of the snapshot.- Parameters:
name- The name of the snapshot. This parameter is required.- Returns:
this- See Also:
-
tags
A list ofTagvalues, with a maximum of 50 elements.- Parameters:
tags- A list ofTagvalues, with a maximum of 50 elements. This parameter is required.- Returns:
this- See Also:
-
volumeId
The ID of the volume that the snapshot is of.- Parameters:
volumeId- The ID of the volume that the snapshot is of. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSnapshotPropsMixin>- Returns:
- a newly built instance of
CfnSnapshotPropsMixin.
-