Uses of Interface
software.amazon.awssdk.services.s3.model.OutputLocation.Builder
Packages that use OutputLocation.Builder
-
Uses of OutputLocation.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return OutputLocation.BuilderModifier and TypeMethodDescriptionstatic OutputLocation.BuilderOutputLocation.builder()default OutputLocation.BuilderOutputLocation.Builder.s3(Consumer<S3Location.Builder> s3) Describes an S3 location that will receive the results of the restore request.OutputLocation.Builder.s3(S3Location s3) Describes an S3 location that will receive the results of the restore request.OutputLocation.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type OutputLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OutputLocation.Builder>OutputLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type OutputLocation.BuilderModifier and TypeMethodDescriptiondefault RestoreRequest.BuilderRestoreRequest.Builder.outputLocation(Consumer<OutputLocation.Builder> outputLocation) Describes the location where the restore job's output is stored.