Struct aws_sdk_dynamodb::input::restore_table_from_backup_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RestoreTableFromBackupInput
Implementations
The name of the new table to which the backup must be restored.
The name of the new table to which the backup must be restored.
The Amazon Resource Name (ARN) associated with the backup.
The Amazon Resource Name (ARN) associated with the backup.
The billing mode of the restored table.
The billing mode of the restored table.
Appends an item to global_secondary_index_override
.
To override the contents of this collection use set_global_secondary_index_override
.
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.
pub fn set_global_secondary_index_override(
self,
input: Option<Vec<GlobalSecondaryIndex>>
) -> Self
pub fn set_global_secondary_index_override(
self,
input: Option<Vec<GlobalSecondaryIndex>>
) -> Self
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.
Appends an item to local_secondary_index_override
.
To override the contents of this collection use set_local_secondary_index_override
.
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.
pub fn set_local_secondary_index_override(
self,
input: Option<Vec<LocalSecondaryIndex>>
) -> Self
pub fn set_local_secondary_index_override(
self,
input: Option<Vec<LocalSecondaryIndex>>
) -> Self
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.
Provisioned throughput settings for the restored table.
pub fn set_provisioned_throughput_override(
self,
input: Option<ProvisionedThroughput>
) -> Self
pub fn set_provisioned_throughput_override(
self,
input: Option<ProvisionedThroughput>
) -> Self
Provisioned throughput settings for the restored table.
The new server-side encryption settings for the restored table.
The new server-side encryption settings for the restored table.
Consumes the builder and constructs a RestoreTableFromBackupInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more