Interface BigtableGcPolicyMaxVersion
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigtableGcPolicyMaxVersion.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.778Z") @Stability(Stable) public interface BigtableGcPolicyMaxVersion extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigtableGcPolicyMaxVersion.BuilderA builder forBigtableGcPolicyMaxVersionstatic classBigtableGcPolicyMaxVersion.Jsii$ProxyAn implementation forBigtableGcPolicyMaxVersion
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigtableGcPolicyMaxVersion.Builderbuilder()NumbergetNumber()Number of version before applying the GC policy.
-
-
-
Method Detail
-
getNumber
@Stability(Stable) @NotNull Number getNumber()
Number of version before applying the GC policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#number BigtableGcPolicy#number}
-
builder
@Stability(Stable) static BigtableGcPolicyMaxVersion.Builder builder()
- Returns:
- a
BigtableGcPolicyMaxVersion.BuilderofBigtableGcPolicyMaxVersion
-
-