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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTableResponse.Buildertable(Consumer<Table.Builder> table)TheTableobject that defines the specified table.GetTableResponse.Buildertable(Table table)TheTableobject 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
table
GetTableResponse.Builder table(Table table)
The
Tableobject that defines the specified table.- Parameters:
table- TheTableobject that defines the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
default GetTableResponse.Builder table(Consumer<Table.Builder> table)
The
This is a convenience method that creates an instance of theTableobject that defines the specified table.Table.Builderavoiding the need to create one manually viaTable.builder().When the
Consumercompletes,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:
table(Table)
-
-