@Generated(value="com.ibm.cos.v2:codegen") public final class TooManyPartsException extends S3Exception implements ToCopyableBuilder<TooManyPartsException.Builder,TooManyPartsException>
You have attempted to add more parts than the maximum of 10000 that are allowed for this object. You can use the CopyObject operation to copy this object to another and then add more data to the newly copied object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyPartsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyPartsException.Builder |
builder() |
Map<String,SdkField<?>> |
sdkFieldNameToField() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyPartsException.Builder> |
serializableBuilderClass() |
TooManyPartsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, isRetryableException, requestId, statusCodecreate, numAttempts, rawMessage, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic TooManyPartsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<TooManyPartsException.Builder,TooManyPartsException>toBuilder in class S3Exceptionpublic static TooManyPartsException.Builder builder()
public static Class<? extends TooManyPartsException.Builder> serializableBuilderClass()
public final List<SdkField<?>> sdkFields()
sdkFields in interface SdkPojosdkFields in class SdkServiceExceptionSdkField in this POJO. May be empty list but should never be null.public final Map<String,SdkField<?>> sdkFieldNameToField()
sdkFieldNameToField in interface SdkPojoCopyright © 2026. All rights reserved.