public static interface RestoreTableFromBackupRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableFromBackupRequest.Builder,RestoreTableFromBackupRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RestoreTableFromBackupRequest.Builder targetTableName(String targetTableName)
The name of the new table to which the backup must be restored.
targetTableName
- The name of the new table to which the backup must be restored.RestoreTableFromBackupRequest.Builder backupArn(String backupArn)
The Amazon Resource Name (ARN) associated with the backup.
backupArn
- The Amazon Resource Name (ARN) associated with the backup.RestoreTableFromBackupRequest.Builder billingModeOverride(String billingModeOverride)
The billing mode of the restored table.
billingModeOverride
- The billing mode of the restored table.BillingMode
,
BillingMode
RestoreTableFromBackupRequest.Builder billingModeOverride(BillingMode billingModeOverride)
The billing mode of the restored table.
billingModeOverride
- The billing mode of the restored table.BillingMode
,
BillingMode
RestoreTableFromBackupRequest.Builder globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride)
List of global secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
globalSecondaryIndexOverride
- List of global secondary indexes for the restored table. The indexes provided should match existing
secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.RestoreTableFromBackupRequest.Builder globalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride)
List of global secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
globalSecondaryIndexOverride
- List of global secondary indexes for the restored table. The indexes provided should match existing
secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.RestoreTableFromBackupRequest.Builder globalSecondaryIndexOverride(Consumer<GlobalSecondaryIndex.Builder>... globalSecondaryIndexOverride)
List of global secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #globalSecondaryIndexOverride(List)
.globalSecondaryIndexOverride
- a consumer that will call methods on List.Builder
#globalSecondaryIndexOverride(List)
RestoreTableFromBackupRequest.Builder localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
localSecondaryIndexOverride
- List of local secondary indexes for the restored table. The indexes provided should match existing
secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.RestoreTableFromBackupRequest.Builder localSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)
List of local secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
localSecondaryIndexOverride
- List of local secondary indexes for the restored table. The indexes provided should match existing
secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.RestoreTableFromBackupRequest.Builder localSecondaryIndexOverride(Consumer<LocalSecondaryIndex.Builder>... localSecondaryIndexOverride)
List of local secondary indexes for the restored table. The indexes provided should match existing secondary indexes. You can choose to exclude some or all of the indexes at the time of restore.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #localSecondaryIndexOverride(List)
.localSecondaryIndexOverride
- a consumer that will call methods on List.Builder
#localSecondaryIndexOverride(List)
RestoreTableFromBackupRequest.Builder provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
provisionedThroughputOverride
- Provisioned throughput settings for the restored table.default RestoreTableFromBackupRequest.Builder provisionedThroughputOverride(Consumer<ProvisionedThroughput.Builder> provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
This is a convenience that creates an instance of theProvisionedThroughput.Builder
avoiding the need
to create one manually via ProvisionedThroughput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to provisionedThroughputOverride(ProvisionedThroughput)
.provisionedThroughputOverride
- a consumer that will call methods on ProvisionedThroughput.Builder
provisionedThroughputOverride(ProvisionedThroughput)
RestoreTableFromBackupRequest.Builder sseSpecificationOverride(SSESpecification sseSpecificationOverride)
The new server-side encryption settings for the restored table.
sseSpecificationOverride
- The new server-side encryption settings for the restored table.default RestoreTableFromBackupRequest.Builder sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride)
The new server-side encryption settings for the restored table.
This is a convenience that creates an instance of theSSESpecification.Builder
avoiding the need to
create one manually via SSESpecification.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to sseSpecificationOverride(SSESpecification)
.sseSpecificationOverride
- a consumer that will call methods on SSESpecification.Builder
sseSpecificationOverride(SSESpecification)
RestoreTableFromBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RestoreTableFromBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.