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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobManifestLocation.BuildereTag(String eTag)The ETag for the specified manifest object.JobManifestLocation.BuilderobjectArn(String objectArn)The Amazon Resource Name (ARN) for a manifest object.JobManifestLocation.BuilderobjectVersionId(String objectVersionId)The optional version ID to identify a specific version of the manifest object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
JobManifestLocation.Builder eTag(String 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.
-
-