Package com.pulumi.gcp.datastream.inputs
Class StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.datastream.inputs.StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
-
- Enclosing class:
- StreamBackfillAllPostgresqlExcludedObjectsArgs
public static final class StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamBackfillAllPostgresqlExcludedObjectsArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamBackfillAllPostgresqlExcludedObjectsArgs
build()
StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
postgresqlSchemas(com.pulumi.core.Output<java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>> postgresqlSchemas)
StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
postgresqlSchemas(StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs... postgresqlSchemas)
StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder
postgresqlSchemas(java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs> postgresqlSchemas)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamBackfillAllPostgresqlExcludedObjectsArgs defaults)
-
-
Method Detail
-
postgresqlSchemas
public StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder postgresqlSchemas(com.pulumi.core.Output<java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>> postgresqlSchemas)
- Parameters:
postgresqlSchemas
- PostgreSQL schemas on the server Structure is documented below.- Returns:
- builder
-
postgresqlSchemas
public StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder postgresqlSchemas(java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs> postgresqlSchemas)
- Parameters:
postgresqlSchemas
- PostgreSQL schemas on the server Structure is documented below.- Returns:
- builder
-
postgresqlSchemas
public StreamBackfillAllPostgresqlExcludedObjectsArgs.Builder postgresqlSchemas(StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs... postgresqlSchemas)
- Parameters:
postgresqlSchemas
- PostgreSQL schemas on the server Structure is documented below.- Returns:
- builder
-
build
public StreamBackfillAllPostgresqlExcludedObjectsArgs build()
-
-