Class DatabaseMigrationServiceConnectionProfileAlloydb.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.database_migration_service_connection_profile.DatabaseMigrationServiceConnectionProfileAlloydb.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatabaseMigrationServiceConnectionProfileAlloydb>
- Enclosing interface:
- DatabaseMigrationServiceConnectionProfileAlloydb
@Stability(Stable) public static final class DatabaseMigrationServiceConnectionProfileAlloydb.Builder extends Object implements software.amazon.jsii.Builder<DatabaseMigrationServiceConnectionProfileAlloydb>
A builder forDatabaseMigrationServiceConnectionProfileAlloydb
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseMigrationServiceConnectionProfileAlloydbbuild()Builds the configured instance.DatabaseMigrationServiceConnectionProfileAlloydb.BuilderclusterId(String clusterId)Sets the value ofDatabaseMigrationServiceConnectionProfileAlloydb.getClusterId()DatabaseMigrationServiceConnectionProfileAlloydb.Buildersettings(DatabaseMigrationServiceConnectionProfileAlloydbSettings settings)Sets the value ofDatabaseMigrationServiceConnectionProfileAlloydb.getSettings()
-
-
-
Method Detail
-
clusterId
@Stability(Stable) public DatabaseMigrationServiceConnectionProfileAlloydb.Builder clusterId(String clusterId)
Sets the value ofDatabaseMigrationServiceConnectionProfileAlloydb.getClusterId()- Parameters:
clusterId- Required. The AlloyDB cluster ID that this connection profile is associated with. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#cluster_id DatabaseMigrationServiceConnectionProfile#cluster_id}- Returns:
this
-
settings
@Stability(Stable) public DatabaseMigrationServiceConnectionProfileAlloydb.Builder settings(DatabaseMigrationServiceConnectionProfileAlloydbSettings settings)
Sets the value ofDatabaseMigrationServiceConnectionProfileAlloydb.getSettings()- Parameters:
settings- settings block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#settings DatabaseMigrationServiceConnectionProfile#settings}- Returns:
this
-
build
@Stability(Stable) public DatabaseMigrationServiceConnectionProfileAlloydb build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatabaseMigrationServiceConnectionProfileAlloydb>- Returns:
- a new instance of
DatabaseMigrationServiceConnectionProfileAlloydb - Throws:
NullPointerException- if any required attribute was not provided
-
-