CopyableBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
, SdkBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
public static interface UploadLayerPartResponse.Builder extends CopyableBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
UploadLayerPartResponse.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.