CopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
, SdkBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
public static interface CompleteLayerUploadRequest.Builder extends CopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
Modifier and Type | Method | Description |
---|---|---|
CompleteLayerUploadRequest.Builder |
layerDigests(String... layerDigests) |
The
sha256 digest of the image layer. |
CompleteLayerUploadRequest.Builder |
layerDigests(Collection<String> layerDigests) |
The
sha256 digest of the image layer. |
CompleteLayerUploadRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry to which to upload layers.
|
CompleteLayerUploadRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository to associate with the image layer.
|
CompleteLayerUploadRequest.Builder |
uploadId(String uploadId) |
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
|
copy
apply, build
CompleteLayerUploadRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry to which to upload layers. If you do not specify a
registry, the default registry is assumed.CompleteLayerUploadRequest.Builder repositoryName(String repositoryName)
The name of the repository to associate with the image layer.
repositoryName
- The name of the repository to associate with the image layer.CompleteLayerUploadRequest.Builder uploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
uploadId
- The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.CompleteLayerUploadRequest.Builder layerDigests(Collection<String> layerDigests)
The sha256
digest of the image layer.
layerDigests
- The sha256
digest of the image layer.CompleteLayerUploadRequest.Builder layerDigests(String... layerDigests)
The sha256
digest of the image layer.
NOTE: This method appends the values to the existing list (if any). Use
#setLayerDigests(java.util.Collection)
or #withLayerDigests(java.util.Collection)
if you want
to override the existing values.
layerDigests
- The sha256
digest of the image layer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.