CopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
, SdkBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
public static interface UploadLayerPartRequest.Builder extends CopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
Modifier and Type | Method | Description |
---|---|---|
UploadLayerPartRequest.Builder |
layerPartBlob(ByteBuffer layerPartBlob) |
The base64-encoded layer part payload.
|
UploadLayerPartRequest.Builder |
partFirstByte(Long partFirstByte) |
The integer value of the first byte of the layer part.
|
UploadLayerPartRequest.Builder |
partLastByte(Long partLastByte) |
The integer value of the last byte of the layer part.
|
UploadLayerPartRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry that you are uploading layer parts to.
|
UploadLayerPartRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository that you are uploading layer parts to.
|
UploadLayerPartRequest.Builder |
uploadId(String uploadId) |
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
|
copy
apply, build
UploadLayerPartRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that you are uploading layer parts to. If you do not
specify a registry, the default registry is assumed.UploadLayerPartRequest.Builder repositoryName(String repositoryName)
The name of the repository that you are uploading layer parts to.
repositoryName
- The name of the repository that you are uploading layer parts to.UploadLayerPartRequest.Builder uploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
uploadId
- The upload ID from a previous InitiateLayerUpload operation to associate with the layer part
upload.UploadLayerPartRequest.Builder partFirstByte(Long partFirstByte)
The integer value of the first byte of the layer part.
partFirstByte
- The integer value of the first byte of the layer part.UploadLayerPartRequest.Builder partLastByte(Long partLastByte)
The integer value of the last byte of the layer part.
partLastByte
- The integer value of the last byte of the layer part.UploadLayerPartRequest.Builder layerPartBlob(ByteBuffer layerPartBlob)
The base64-encoded layer part payload.
layerPartBlob
- The base64-encoded layer part payload.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.