public static interface UploadLayerPartResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<UploadLayerPartResponse.Builder,UploadLayerPartResponse>
| Modifier and Type | Method and Description |
|---|---|
UploadLayerPartResponse.Builder |
lastByteReceived(Long lastByteReceived)
The integer value of the last byte that's received in the request.
|
UploadLayerPartResponse.Builder |
registryId(String registryId)
The registry ID that's associated with the request.
|
UploadLayerPartResponse.Builder |
repositoryName(String repositoryName)
The repository name that's associated with the request.
|
UploadLayerPartResponse.Builder |
uploadId(String uploadId)
The upload ID that's associated with the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUploadLayerPartResponse.Builder registryId(String registryId)
The registry ID that's associated with the request.
registryId - The registry ID that's associated with the request.UploadLayerPartResponse.Builder repositoryName(String repositoryName)
The repository name that's associated with the request.
repositoryName - The repository name that's associated with the request.UploadLayerPartResponse.Builder uploadId(String uploadId)
The upload ID that's associated with the request.
uploadId - The upload ID that's associated with the request.UploadLayerPartResponse.Builder lastByteReceived(Long lastByteReceived)
The integer value of the last byte that's received in the request.
lastByteReceived - The integer value of the last byte that's received in the request.Copyright © 2023. All rights reserved.