Interface GlueStudioSchemaColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlueStudioSchemaColumn.Builder,
,GlueStudioSchemaColumn> SdkBuilder<GlueStudioSchemaColumn.Builder,
,GlueStudioSchemaColumn> SdkPojo
- Enclosing class:
GlueStudioSchemaColumn
@Mutable
@NotThreadSafe
public static interface GlueStudioSchemaColumn.Builder
extends SdkPojo, CopyableBuilder<GlueStudioSchemaColumn.Builder,GlueStudioSchemaColumn>
-
Method Summary
Modifier and TypeMethodDescriptionglueStudioType
(String glueStudioType) The data type of the column as defined in Glue Studio.The name of the column in the Glue Studio schema.The hive type for this column in the Glue Studio schema.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
-
name
The name of the column in the Glue Studio schema.
- Parameters:
name
- The name of the column in the Glue Studio schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The hive type for this column in the Glue Studio schema.
- Parameters:
type
- The hive type for this column in the Glue Studio schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueStudioType
The data type of the column as defined in Glue Studio.
- Parameters:
glueStudioType
- The data type of the column as defined in Glue Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-