Interface IntermediateTableDependency.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntermediateTableDependency.Builder,,IntermediateTableDependency> SdkBuilder<IntermediateTableDependency.Builder,,IntermediateTableDependency> SdkPojo
- Enclosing class:
IntermediateTableDependency
@Mutable
@NotThreadSafe
public static interface IntermediateTableDependency.Builder
extends SdkPojo, CopyableBuilder<IntermediateTableDependency.Builder,IntermediateTableDependency>
-
Method Summary
Modifier and TypeMethodDescriptioncreatorAccountId(String creatorAccountId) The Amazon Web Services account ID of the member who owns the dependency table.The unique identifier of the dependency table.The name of the dependency table.parentType(String parentType) Whether the dependency is direct or indirect.parentType(BaseTableParentType parentType) Whether the dependency is direct or indirect.The type of the dependency table.type(BaseTableDependencyType type) The type of the dependency table.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
-
id
The unique identifier of the dependency table.
- Parameters:
id- The unique identifier of the dependency table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the dependency table.
- Parameters:
name- The name of the dependency table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the dependency table.
- Parameters:
type- The type of the dependency table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the dependency table.
- Parameters:
type- The type of the dependency table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parentType
Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.
- Parameters:
parentType- Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parentType
Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.
- Parameters:
parentType- Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creatorAccountId
The Amazon Web Services account ID of the member who owns the dependency table.
- Parameters:
creatorAccountId- The Amazon Web Services account ID of the member who owns the dependency table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-