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