Interface JobManifestLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>, SdkBuilder<JobManifestLocation.Builder,JobManifestLocation>, SdkPojo
Enclosing class:
JobManifestLocation

public static interface JobManifestLocation.Builder extends SdkPojo, CopyableBuilder<JobManifestLocation.Builder,JobManifestLocation>
  • Method Details

    • objectArn

      JobManifestLocation.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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersionId

      JobManifestLocation.Builder objectVersionId(String objectVersionId)

      The optional version ID to identify a specific version of the manifest object.

      Parameters:
      objectVersionId - The optional version ID to identify a specific version of the manifest object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTag

      The ETag for the specified manifest object.

      Parameters:
      eTag - The ETag for the specified manifest object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.