Interface FsxOpenzfsVolumeOriginSnapshot
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FsxOpenzfsVolumeOriginSnapshot.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.121Z") @Stability(Stable) public interface FsxOpenzfsVolumeOriginSnapshot extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFsxOpenzfsVolumeOriginSnapshot.BuilderA builder forFsxOpenzfsVolumeOriginSnapshotstatic classFsxOpenzfsVolumeOriginSnapshot.Jsii$ProxyAn implementation forFsxOpenzfsVolumeOriginSnapshot
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static FsxOpenzfsVolumeOriginSnapshot.Builderbuilder()StringgetCopyStrategy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#copy_strategy FsxOpenzfsVolume#copy_strategy}.StringgetSnapshotArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#snapshot_arn FsxOpenzfsVolume#snapshot_arn}.
-
-
-
Method Detail
-
getCopyStrategy
@Stability(Stable) @NotNull String getCopyStrategy()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#copy_strategy FsxOpenzfsVolume#copy_strategy}.
-
getSnapshotArn
@Stability(Stable) @NotNull String getSnapshotArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#snapshot_arn FsxOpenzfsVolume#snapshot_arn}.
-
builder
@Stability(Stable) static FsxOpenzfsVolumeOriginSnapshot.Builder builder()
-
-