public static interface RestoreTableToPointInTimeRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<RestoreTableToPointInTimeRequest.Builder,RestoreTableToPointInTimeRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreTableToPointInTimeRequest.Builder sourceTableArn(String sourceTableArn)
The DynamoDB table that will be restored. This value is an Amazon Resource Name (ARN).
sourceTableArn - The DynamoDB table that will be restored. This value is an Amazon Resource Name (ARN).RestoreTableToPointInTimeRequest.Builder sourceTableName(String sourceTableName)
Name of the source table that is being restored.
sourceTableName - Name of the source table that is being restored.RestoreTableToPointInTimeRequest.Builder targetTableName(String targetTableName)
The name of the new table to which it must be restored to.
targetTableName - The name of the new table to which it must be restored to.RestoreTableToPointInTimeRequest.Builder useLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time. LatestRestorableDateTime is typically 5 minutes
before the current time.
useLatestRestorableTime - Restore the table to the latest possible time. LatestRestorableDateTime is typically 5
minutes before the current time.RestoreTableToPointInTimeRequest.Builder restoreDateTime(Instant restoreDateTime)
Time in the past to restore the table to.
restoreDateTime - Time in the past to restore the table to.RestoreTableToPointInTimeRequest.Builder billingModeOverride(String billingModeOverride)
The billing mode of the restored table.
billingModeOverride - The billing mode of the restored table.BillingMode,
BillingModeRestoreTableToPointInTimeRequest.Builder billingModeOverride(BillingMode billingModeOverride)
The billing mode of the restored table.
billingModeOverride - The billing mode of the restored table.BillingMode,
BillingModeRestoreTableToPointInTimeRequest.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.RestoreTableToPointInTimeRequest.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.RestoreTableToPointInTimeRequest.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 method that creates an instance of theGlobalSecondaryIndex.Builder avoiding the need to
create one manually via GlobalSecondaryIndex.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #globalSecondaryIndexOverride(List.
globalSecondaryIndexOverride - a consumer that will call methods on
GlobalSecondaryIndex.Builder#globalSecondaryIndexOverride(java.util.Collection) RestoreTableToPointInTimeRequest.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.RestoreTableToPointInTimeRequest.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.RestoreTableToPointInTimeRequest.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 method that creates an instance of theLocalSecondaryIndex.Builder avoiding the need to
create one manually via LocalSecondaryIndex.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #localSecondaryIndexOverride(List.
localSecondaryIndexOverride - a consumer that will call methods on
LocalSecondaryIndex.Builder#localSecondaryIndexOverride(java.util.Collection) RestoreTableToPointInTimeRequest.Builder provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
provisionedThroughputOverride - Provisioned throughput settings for the restored table.default RestoreTableToPointInTimeRequest.Builder provisionedThroughputOverride(Consumer<ProvisionedThroughput.Builder> provisionedThroughputOverride)
Provisioned throughput settings for the restored table.
This is a convenience method 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.BuilderprovisionedThroughputOverride(ProvisionedThroughput)RestoreTableToPointInTimeRequest.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 RestoreTableToPointInTimeRequest.Builder sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride)
The new server-side encryption settings for the restored table.
This is a convenience method 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.BuildersseSpecificationOverride(SSESpecification)RestoreTableToPointInTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreTableToPointInTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.