@Generated(value="software.amazon.awssdk:codegen") public final class InvalidLayerPartException extends EcrPublicException 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 position of the last byte of the layer part.
|
String |
registryId()
The AWS account ID associated with the layer part.
|
String |
repositoryName()
The name of the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidLayerPartException.Builder> |
serializableBuilderClass() |
InvalidLayerPartException.Builder |
toBuilder() |
String |
uploadId()
The upload ID associated with the layer part.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidLayerPartException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>toBuilder in class EcrPublicExceptionpublic static InvalidLayerPartException.Builder builder()
public static Class<? extends InvalidLayerPartException.Builder> serializableBuilderClass()
public String registryId()
The AWS account ID associated with the layer part.
public String repositoryName()
The name of the repository.
public String uploadId()
The upload ID associated with the layer part.
public Long lastValidByteReceived()
The position of the last byte of the layer part.
Copyright © 2021. All rights reserved.