Interface GetTableResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BcmDataExportsResponse.Builder
,Buildable
,CopyableBuilder<GetTableResponse.Builder,
,GetTableResponse> SdkBuilder<GetTableResponse.Builder,
,GetTableResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableResponse
@Mutable
@NotThreadSafe
public static interface GetTableResponse.Builder
extends BcmDataExportsResponse.Builder, SdkPojo, CopyableBuilder<GetTableResponse.Builder,GetTableResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The table description.schema
(Collection<Column> schema) The schema of the table.schema
(Consumer<Column.Builder>... schema) The schema of the table.The schema of the table.The name of the table.tableProperties
(Map<String, String> tableProperties) TableProperties are additional configurations you can provide to change the data and schema of a table.Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
description
The table description.
- Parameters:
description
- The table description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
The schema of the table.
- Parameters:
schema
- The schema of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
The schema of the table.
- Parameters:
schema
- The schema of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
The schema of the table.
This is a convenience method that creates an instance of theColumn.Builder
avoiding the need to create one manually viaColumn.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschema(List<Column>)
.- Parameters:
schema
- a consumer that will call methods onColumn.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableName
The name of the table.
- Parameters:
tableName
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableProperties
TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.
- Parameters:
tableProperties
- TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-