public static interface UploadLayerPartResponse.Builder extends ECRResponse.Builder, CopyableBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
| Modifier and Type | Method and Description |
|---|---|
UploadLayerPartResponse.Builder |
lastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
|
UploadLayerPartResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
UploadLayerPartResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
UploadLayerPartResponse.Builder |
uploadId(String uploadId)
The upload ID associated with the request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUploadLayerPartResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.UploadLayerPartResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.UploadLayerPartResponse.Builder uploadId(String uploadId)
The upload ID associated with the request.
uploadId - The upload ID associated with the request.UploadLayerPartResponse.Builder lastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.
lastByteReceived - The integer value of the last byte received in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.