public static interface DeleteTableRequest.Builder extends DynamoDBRequest.Builder, CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTableRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteTableRequest.Builder |
tableName(String tableName)
The name of the table to delete.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteTableRequest.Builder tableName(String tableName)
The name of the table to delete.
tableName - The name of the table to delete.DeleteTableRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.