Uses of Interface
software.amazon.awssdk.services.s3control.model.JobManifestLocation.Builder
-
Packages that use JobManifestLocation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of JobManifestLocation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return JobManifestLocation.Builder Modifier and Type Method Description static JobManifestLocation.BuilderJobManifestLocation. builder()JobManifestLocation.BuilderJobManifestLocation.Builder. eTag(String eTag)The ETag for the specified manifest object.JobManifestLocation.BuilderJobManifestLocation.Builder. objectArn(String objectArn)The Amazon Resource Name (ARN) for a manifest object.JobManifestLocation.BuilderJobManifestLocation.Builder. objectVersionId(String objectVersionId)The optional version ID to identify a specific version of the manifest object.JobManifestLocation.BuilderJobManifestLocation. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type JobManifestLocation.Builder Modifier and Type Method Description static Class<? extends JobManifestLocation.Builder>JobManifestLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type JobManifestLocation.Builder Modifier and Type Method Description default JobManifest.BuilderJobManifest.Builder. location(Consumer<JobManifestLocation.Builder> location)Contains the information required to locate the specified job's manifest.default S3GeneratedManifestDescriptor.BuilderS3GeneratedManifestDescriptor.Builder. location(Consumer<JobManifestLocation.Builder> location)Sets the value of the Location property for this object.
-