Interface BigtableGcPolicyMaxAge
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigtableGcPolicyMaxAge.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.777Z") @Stability(Stable) public interface BigtableGcPolicyMaxAge extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigtableGcPolicyMaxAge.BuilderA builder forBigtableGcPolicyMaxAgestatic classBigtableGcPolicyMaxAge.Jsii$ProxyAn implementation forBigtableGcPolicyMaxAge
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigtableGcPolicyMaxAge.Builderbuilder()default NumbergetDays()Number of days before applying GC policy.default StringgetDuration()Duration before applying GC policy.
-
-
-
Method Detail
-
getDays
@Stability(Stable) @Nullable default Number getDays()
Number of days before applying GC policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#days BigtableGcPolicy#days}
-
getDuration
@Stability(Stable) @Nullable default String getDuration()
Duration before applying GC policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_gc_policy#duration BigtableGcPolicy#duration}
-
builder
@Stability(Stable) static BigtableGcPolicyMaxAge.Builder builder()
- Returns:
- a
BigtableGcPolicyMaxAge.BuilderofBigtableGcPolicyMaxAge
-
-