Interface SqlDatabaseInstanceRestoreBackupContext
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SqlDatabaseInstanceRestoreBackupContext.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.787Z") @Stability(Stable) public interface SqlDatabaseInstanceRestoreBackupContext extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlDatabaseInstanceRestoreBackupContext.BuilderA builder forSqlDatabaseInstanceRestoreBackupContextstatic classSqlDatabaseInstanceRestoreBackupContext.Jsii$ProxyAn implementation forSqlDatabaseInstanceRestoreBackupContext
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SqlDatabaseInstanceRestoreBackupContext.Builderbuilder()NumbergetBackupRunId()The ID of the backup run to restore from.default StringgetInstanceId()The ID of the instance that the backup was taken from.default StringgetProject()The full project ID of the source instance.
-
-
-
Method Detail
-
getBackupRunId
@Stability(Stable) @NotNull Number getBackupRunId()
The ID of the backup run to restore from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#backup_run_id SqlDatabaseInstance#backup_run_id}
-
getInstanceId
@Stability(Stable) @Nullable default String getInstanceId()
The ID of the instance that the backup was taken from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#instance_id SqlDatabaseInstance#instance_id}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The full project ID of the source instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#project SqlDatabaseInstance#project}
-
builder
@Stability(Stable) static SqlDatabaseInstanceRestoreBackupContext.Builder builder()
-
-