Uses of Interface
software.amazon.awssdk.services.s3control.model.JobManifest.Builder
-
Packages that use JobManifest.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifest.Builder Modifier and Type Method Description static JobManifest.BuilderJobManifest. builder()default JobManifest.BuilderJobManifest.Builder. location(Consumer<JobManifestLocation.Builder> location)Contains the information required to locate the specified job's manifest.JobManifest.BuilderJobManifest.Builder. location(JobManifestLocation location)Contains the information required to locate the specified job's manifest.default JobManifest.BuilderJobManifest.Builder. spec(Consumer<JobManifestSpec.Builder> spec)Describes the format of the specified job's manifest.JobManifest.BuilderJobManifest.Builder. spec(JobManifestSpec spec)Describes the format of the specified job's manifest.JobManifest.BuilderJobManifest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobManifest.Builder Modifier and Type Method Description static Class<? extends JobManifest.Builder>JobManifest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobManifest.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. manifest(Consumer<JobManifest.Builder> manifest)Configuration parameters for the manifest.default JobDescriptor.BuilderJobDescriptor.Builder. manifest(Consumer<JobManifest.Builder> manifest)The configuration information for the specified job's manifest object.
-