Interface GetTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BcmDataExportsRequest.Builder,Buildable,CopyableBuilder<GetTableRequest.Builder,GetTableRequest>,SdkBuilder<GetTableRequest.Builder,GetTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTableRequest
public static interface GetTableRequest.Builder extends BcmDataExportsRequest.Builder, SdkPojo, CopyableBuilder<GetTableRequest.Builder,GetTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableRequest.BuildertableName(String tableName)The name of the table.GetTableRequest.BuildertableProperties(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.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
tableName
GetTableRequest.Builder tableName(String 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
GetTableRequest.Builder tableProperties(Map<String,String> 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.
-
overrideConfiguration
GetTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-