@Generated(value="software.amazon.awssdk:codegen") public final class InvalidDbClusterCapacityException extends RdsException implements ToCopyableBuilder<InvalidDbClusterCapacityException.Builder,InvalidDbClusterCapacityException>
Capacity isn't a valid Aurora Serverless DB cluster capacity. Valid capacity values are 2
,
4
, 8
, 16
, 32
, 64
, 128
, and
256
.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidDbClusterCapacityException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidDbClusterCapacityException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidDbClusterCapacityException.Builder> |
serializableBuilderClass() |
InvalidDbClusterCapacityException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
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 InvalidDbClusterCapacityException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidDbClusterCapacityException.Builder,InvalidDbClusterCapacityException>
toBuilder
in class RdsException
public static InvalidDbClusterCapacityException.Builder builder()
public static Class<? extends InvalidDbClusterCapacityException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.