@Generated(value="software.amazon.awssdk:codegen") public final class InvalidLayerPartException extends EcrException implements ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidLayerPartException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidLayerPartException.Builder |
builder() |
Long |
lastValidByteReceived()
The last valid byte received from the layer part upload that is associated with the exception.
|
String |
registryId()
The registry ID associated with the exception.
|
String |
repositoryName()
The repository name associated with the exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidLayerPartException.Builder> |
serializableBuilderClass() |
InvalidLayerPartException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
String |
uploadId()
The upload ID associated with the exception.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InvalidLayerPartException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
toBuilder
in class EcrException
public static InvalidLayerPartException.Builder builder()
public static Class<? extends InvalidLayerPartException.Builder> serializableBuilderClass()
public String registryId()
The registry ID associated with the exception.
public String repositoryName()
The repository name associated with the exception.
public String uploadId()
The upload ID associated with the exception.
public Long lastValidByteReceived()
The last valid byte received from the layer part upload that is associated with the exception.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.