public static interface GlueSchema.Builder extends SdkPojo, CopyableBuilder<GlueSchema.Builder,GlueSchema>
| Modifier and Type | Method and Description |
|---|---|
GlueSchema.Builder |
columns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
|
GlueSchema.Builder |
columns(Consumer<GlueStudioSchemaColumn.Builder>... columns)
Specifies the column definitions that make up a Glue schema.
|
GlueSchema.Builder |
columns(GlueStudioSchemaColumn... columns)
Specifies the column definitions that make up a Glue schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlueSchema.Builder columns(Collection<GlueStudioSchemaColumn> columns)
Specifies the column definitions that make up a Glue schema.
columns - Specifies the column definitions that make up a Glue schema.GlueSchema.Builder columns(GlueStudioSchemaColumn... columns)
Specifies the column definitions that make up a Glue schema.
columns - Specifies the column definitions that make up a Glue schema.GlueSchema.Builder columns(Consumer<GlueStudioSchemaColumn.Builder>... columns)
Specifies the column definitions that make up a Glue schema.
This is a convenience method that creates an instance of theGlueStudioSchemaColumn.Builder avoiding the need to create
one manually via GlueStudioSchemaColumn.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #columns(List.
columns - a consumer that will call methods on
GlueStudioSchemaColumn.Builder#columns(java.util.Collection) Copyright © 2023. All rights reserved.