RestoreRequest

Container for restore job parameters.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int?

Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.

Link copied to clipboard

The optional description for the job.

Link copied to clipboard

S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.

Link copied to clipboard

Describes the location where the restore job's output is stored.

Link copied to clipboard

Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

Link copied to clipboard
val tier: Tier?

Retrieval tier at which the restore will be processed.

Link copied to clipboard

Amazon S3 Select is no longer available to new customers. Existing customers of Amazon S3 Select can continue to use the feature as usual. Learn more

Functions

Link copied to clipboard
inline fun copy(block: RestoreRequest.Builder.() -> Unit = {}): RestoreRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String