Class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn
-
public final class StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn.Builder
builder()
static StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn.Builder
builder(StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn defaults)
java.util.Optional<java.lang.String>
column()
java.util.Optional<java.lang.String>
dataType()
java.util.Optional<java.lang.Integer>
length()
java.util.Optional<java.lang.Boolean>
nullable()
java.util.Optional<java.lang.Integer>
ordinalPosition()
java.util.Optional<java.lang.Integer>
precision()
java.util.Optional<java.lang.Boolean>
primaryKey()
java.util.Optional<java.lang.Integer>
scale()
-
-
-
Method Detail
-
column
public java.util.Optional<java.lang.String> column()
- Returns:
- Column name.
-
dataType
public java.util.Optional<java.lang.String> dataType()
- Returns:
- The PostgreSQL data type. Full data types list can be found here: https://www.postgresql.org/docs/current/datatype.html
-
length
public java.util.Optional<java.lang.Integer> length()
- Returns:
- (Output) Column length.
-
nullable
public java.util.Optional<java.lang.Boolean> nullable()
- Returns:
- Whether or not the column can accept a null value.
-
ordinalPosition
public java.util.Optional<java.lang.Integer> ordinalPosition()
- Returns:
- The ordinal position of the column in the table.
-
precision
public java.util.Optional<java.lang.Integer> precision()
- Returns:
- (Output) Column precision.
-
primaryKey
public java.util.Optional<java.lang.Boolean> primaryKey()
- Returns:
- Whether or not the column represents a primary key.
-
scale
public java.util.Optional<java.lang.Integer> scale()
- Returns:
- (Output) Column scale.
-
builder
public static StreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemaPostgresqlTablePostgresqlColumn.Builder builder()
-
-