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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlueStudioSchemaColumn.BuilderglueStudioType(String glueStudioType)The data type of the column as defined in Glue Studio.GlueStudioSchemaColumn.Buildername(String name)The name of the column in the Glue Studio schema.GlueStudioSchemaColumn.Buildertype(String type)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 Detail
-
name
GlueStudioSchemaColumn.Builder name(String 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
GlueStudioSchemaColumn.Builder type(String 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
GlueStudioSchemaColumn.Builder glueStudioType(String 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.
-
-