Interface DataAwsFsxOpenzfsSnapshotFilter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataAwsFsxOpenzfsSnapshotFilter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.818Z") @Stability(Stable) public interface DataAwsFsxOpenzfsSnapshotFilter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAwsFsxOpenzfsSnapshotFilter.BuilderA builder forDataAwsFsxOpenzfsSnapshotFilterstatic classDataAwsFsxOpenzfsSnapshotFilter.Jsii$ProxyAn implementation forDataAwsFsxOpenzfsSnapshotFilter
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataAwsFsxOpenzfsSnapshotFilter.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#name DataAwsFsxOpenzfsSnapshot#name}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#values DataAwsFsxOpenzfsSnapshot#values}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#name DataAwsFsxOpenzfsSnapshot#name}.
-
getValues
@Stability(Stable) @NotNull List<String> getValues()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/fsx_openzfs_snapshot#values DataAwsFsxOpenzfsSnapshot#values}.
-
builder
@Stability(Stable) static DataAwsFsxOpenzfsSnapshotFilter.Builder builder()
-
-