Interface SqlAlias.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SqlAlias.Builder,
,SqlAlias> SdkBuilder<SqlAlias.Builder,
,SqlAlias> SdkPojo
- Enclosing class:
SqlAlias
@Mutable
@NotThreadSafe
public static interface SqlAlias.Builder
extends SdkPojo, CopyableBuilder<SqlAlias.Builder,SqlAlias>
-
Method Summary
Modifier and TypeMethodDescriptionA temporary name given to a table, or a column in a table.A table, or a column in a table.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 Details
-
from
A table, or a column in a table.
- Parameters:
from
- A table, or a column in a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
A temporary name given to a table, or a column in a table.
- Parameters:
alias
- A temporary name given to a table, or a column in a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-