public static interface InvalidLayerPartException.Builder extends CopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
| Modifier and Type | Method and Description |
|---|---|
InvalidLayerPartException.Builder |
lastValidByteReceived(Long lastValidByteReceived)
The last valid byte received from the layer part upload that is associated with the exception.
|
InvalidLayerPartException.Builder |
message(String message) |
InvalidLayerPartException.Builder |
registryId(String registryId)
The registry ID associated with the exception.
|
InvalidLayerPartException.Builder |
repositoryName(String repositoryName)
The repository name associated with the exception.
|
InvalidLayerPartException.Builder |
uploadId(String uploadId)
The upload ID associated with the exception.
|
copyapply, buildInvalidLayerPartException.Builder registryId(String registryId)
The registry ID associated with the exception.
registryId - The registry ID associated with the exception.InvalidLayerPartException.Builder repositoryName(String repositoryName)
The repository name associated with the exception.
repositoryName - The repository name associated with the exception.InvalidLayerPartException.Builder uploadId(String uploadId)
The upload ID associated with the exception.
uploadId - The upload ID associated with the exception.InvalidLayerPartException.Builder lastValidByteReceived(Long lastValidByteReceived)
The last valid byte received from the layer part upload that is associated with the exception.
lastValidByteReceived - The last valid byte received from the layer part upload that is associated with the exception.InvalidLayerPartException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.