@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:36.839Z")
public interface CfnSnapshotProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.fsx.*; CfnSnapshotProps cfnSnapshotProps = CfnSnapshotProps.builder() .name("name") .volumeId("volumeId") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSnapshotProps.Builder
A builder for
CfnSnapshotProps |
static class |
CfnSnapshotProps.Jsii$Proxy
An implementation for
CfnSnapshotProps |
Modifier and Type | Method and Description |
---|---|
static CfnSnapshotProps.Builder |
builder() |
java.lang.String |
getName()
The name of the snapshot.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getVolumeId()
The ID of the volume that the snapshot is of.
|
java.lang.String getName()
java.lang.String getVolumeId()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnSnapshotProps.Builder builder()
CfnSnapshotProps.Builder
of CfnSnapshotProps