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.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
objectArn - The Amazon Resource Name (ARN) for a manifest object. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
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 © 2022. All rights reserved.