Interface SaaSTable.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SaaSTable.Builder,,SaaSTable> SdkBuilder<SaaSTable.Builder,,SaaSTable> SdkPojo
- Enclosing class:
SaaSTable
@Mutable
@NotThreadSafe
public static interface SaaSTable.Builder
extends SdkPojo, CopyableBuilder<SaaSTable.Builder,SaaSTable>
-
Method Summary
Modifier and TypeMethodDescriptiondataSourceArn(String dataSourceArn) The Amazon Resource Name (ARN) of the SaaS data source.inputColumns(Collection<InputColumn> inputColumns) The list of input columns available from the SaaS table.inputColumns(Consumer<InputColumn.Builder>... inputColumns) The list of input columns available from the SaaS table.inputColumns(InputColumn... inputColumns) The list of input columns available from the SaaS table.tablePath(Collection<TablePathElement> tablePath) The hierarchical path to the table within the SaaS data source.tablePath(Consumer<TablePathElement.Builder>... tablePath) The hierarchical path to the table within the SaaS data source.tablePath(TablePathElement... tablePath) The hierarchical path to the table within the SaaS data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSourceArn
The Amazon Resource Name (ARN) of the SaaS data source.
- Parameters:
dataSourceArn- The Amazon Resource Name (ARN) of the SaaS data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablePath
The hierarchical path to the table within the SaaS data source.
- Parameters:
tablePath- The hierarchical path to the table within the SaaS data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablePath
The hierarchical path to the table within the SaaS data source.
- Parameters:
tablePath- The hierarchical path to the table within the SaaS data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tablePath
The hierarchical path to the table within the SaaS data source.
This is a convenience method that creates an instance of theTablePathElement.Builderavoiding the need to create one manually viaTablePathElement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totablePath(List<TablePathElement>).- Parameters:
tablePath- a consumer that will call methods onTablePathElement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputColumns
The list of input columns available from the SaaS table.
- Parameters:
inputColumns- The list of input columns available from the SaaS table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputColumns
The list of input columns available from the SaaS table.
- Parameters:
inputColumns- The list of input columns available from the SaaS table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputColumns
The list of input columns available from the SaaS table.
This is a convenience method that creates an instance of theInputColumn.Builderavoiding the need to create one manually viaInputColumn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputColumns(List<InputColumn>).- Parameters:
inputColumns- a consumer that will call methods onInputColumn.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-