Class ConnectionProfilePostgresqlProfile
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.ConnectionProfilePostgresqlProfile
-
public final class ConnectionProfilePostgresqlProfile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionProfilePostgresqlProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionProfilePostgresqlProfile.Builder
builder()
static ConnectionProfilePostgresqlProfile.Builder
builder(ConnectionProfilePostgresqlProfile defaults)
java.lang.String
database()
java.lang.String
hostname()
java.lang.String
password()
java.util.Optional<java.lang.Integer>
port()
java.lang.String
username()
-
-
-
Method Detail
-
database
public java.lang.String database()
- Returns:
- Database for the PostgreSQL connection.
-
hostname
public java.lang.String hostname()
- Returns:
- Hostname for the PostgreSQL connection.
-
password
public java.lang.String password()
- Returns:
- Password for the PostgreSQL connection. **Note**: This property is sensitive and will not be displayed in the plan.
-
port
public java.util.Optional<java.lang.Integer> port()
- Returns:
- Port for the PostgreSQL connection.
-
username
public java.lang.String username()
- Returns:
- Username for the PostgreSQL connection.
-
builder
public static ConnectionProfilePostgresqlProfile.Builder builder()
-
builder
public static ConnectionProfilePostgresqlProfile.Builder builder(ConnectionProfilePostgresqlProfile defaults)
-
-