public static interface JobManifestLocation.Builder extends SdkPojo, CopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>
| Modifier and Type | Method and Description |
|---|---|
JobManifestLocation.Builder |
eTag(String eTag)
The ETag for the specified manifest object.
|
JobManifestLocation.Builder |
objectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
|
JobManifestLocation.Builder |
objectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobManifestLocation.Builder objectArn(String objectArn)
The Amazon Resource Name (ARN) for a manifest object.
When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
objectArn - The Amazon Resource Name (ARN) for a manifest object. When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
JobManifestLocation.Builder objectVersionId(String objectVersionId)
The optional version ID to identify a specific version of the manifest object.
objectVersionId - The optional version ID to identify a specific version of the manifest object.JobManifestLocation.Builder eTag(String eTag)
The ETag for the specified manifest object.
eTag - The ETag for the specified manifest object.Copyright © 2023. All rights reserved.