Uses of Interface
software.amazon.awssdk.services.s3.model.RestoreRequest.Builder
Packages that use RestoreRequest.Builder
-
Uses of RestoreRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RestoreRequest.BuilderModifier and TypeMethodDescriptionstatic RestoreRequest.BuilderRestoreRequest.builder()Lifetime of the active copy in days.RestoreRequest.Builder.description(String description) The optional description for the job.default RestoreRequest.BuilderRestoreRequest.Builder.glacierJobParameters(Consumer<GlacierJobParameters.Builder> glacierJobParameters) S3 Glacier related parameters pertaining to this job.RestoreRequest.Builder.glacierJobParameters(GlacierJobParameters glacierJobParameters) S3 Glacier related parameters pertaining to this job.default RestoreRequest.BuilderRestoreRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation) Describes the location where the restore job's output is stored.RestoreRequest.Builder.outputLocation(OutputLocation outputLocation) Describes the location where the restore job's output is stored.default RestoreRequest.BuilderRestoreRequest.Builder.selectParameters(Consumer<SelectParameters.Builder> selectParameters) RestoreRequest.Builder.selectParameters(SelectParameters selectParameters) Retrieval tier at which the restore will be processed.Retrieval tier at which the restore will be processed.RestoreRequest.toBuilder()RestoreRequest.Builder.type(RestoreRequestType type) Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RestoreRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreRequest.Builder>RestoreRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type RestoreRequest.BuilderModifier and TypeMethodDescriptiondefault RestoreObjectRequest.BuilderRestoreObjectRequest.Builder.restoreRequest(Consumer<RestoreRequest.Builder> restoreRequest) Sets the value of the RestoreRequest property for this object.