Interface AlloydbClusterRestoreContinuousBackupSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterRestoreContinuousBackupSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.294Z") @Stability(Stable) public interface AlloydbClusterRestoreContinuousBackupSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterRestoreContinuousBackupSource.BuilderA builder forAlloydbClusterRestoreContinuousBackupSourcestatic classAlloydbClusterRestoreContinuousBackupSource.Jsii$ProxyAn implementation forAlloydbClusterRestoreContinuousBackupSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AlloydbClusterRestoreContinuousBackupSource.Builderbuilder()StringgetCluster()The name of the source cluster that this cluster is restored from.StringgetPointInTime()The point in time that this cluster is restored to, in RFC 3339 format.
-
-
-
Method Detail
-
getCluster
@Stability(Stable) @NotNull String getCluster()
The name of the source cluster that this cluster is restored from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#cluster AlloydbCluster#cluster}
-
getPointInTime
@Stability(Stable) @NotNull String getPointInTime()
The point in time that this cluster is restored to, in RFC 3339 format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#point_in_time AlloydbCluster#point_in_time}
-
builder
@Stability(Stable) static AlloydbClusterRestoreContinuousBackupSource.Builder builder()
-
-