Interface MicrosoftSQLServerCatalogTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MicrosoftSQLServerCatalogTarget.Builder,MicrosoftSQLServerCatalogTarget>,SdkBuilder<MicrosoftSQLServerCatalogTarget.Builder,MicrosoftSQLServerCatalogTarget>,SdkPojo
- Enclosing class:
- MicrosoftSQLServerCatalogTarget
public static interface MicrosoftSQLServerCatalogTarget.Builder extends SdkPojo, CopyableBuilder<MicrosoftSQLServerCatalogTarget.Builder,MicrosoftSQLServerCatalogTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MicrosoftSQLServerCatalogTarget.Builderdatabase(String database)The name of the database to write to.MicrosoftSQLServerCatalogTarget.Builderinputs(String... inputs)The nodes that are inputs to the data target.MicrosoftSQLServerCatalogTarget.Builderinputs(Collection<String> inputs)The nodes that are inputs to the data target.MicrosoftSQLServerCatalogTarget.Buildername(String name)The name of the data target.MicrosoftSQLServerCatalogTarget.Buildertable(String table)The name of the table in the database to write to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
MicrosoftSQLServerCatalogTarget.Builder name(String name)
The name of the data target.
- Parameters:
name- The name of the data target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
MicrosoftSQLServerCatalogTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
- Parameters:
inputs- The nodes that are inputs to the data target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputs
MicrosoftSQLServerCatalogTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
- Parameters:
inputs- The nodes that are inputs to the data target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
database
MicrosoftSQLServerCatalogTarget.Builder database(String database)
The name of the database to write to.
- Parameters:
database- The name of the database to write to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
MicrosoftSQLServerCatalogTarget.Builder table(String table)
The name of the table in the database to write to.
- Parameters:
table- The name of the table in the database to write to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-