Interface GetTableResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableResponse.Builder,
,GetTableResponse> GlueResponse.Builder
,SdkBuilder<GetTableResponse.Builder,
,GetTableResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableResponse
public static interface GetTableResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetTableResponse.Builder,GetTableResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetTableResponse.Builder
table
(Consumer<Table.Builder> table) TheTable
object that defines the specified table.TheTable
object that defines the specified table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
table
The
Table
object that defines the specified table.- Parameters:
table
- TheTable
object that defines the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
The
This is a convenience method that creates an instance of theTable
object that defines the specified table.Table.Builder
avoiding the need to create one manually viaTable.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totable(Table)
.- Parameters:
table
- a consumer that will call methods onTable.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-