Uses of Interface
software.amazon.awssdk.services.docdb.model.InvalidDbClusterStateException.Builder
-
Packages that use InvalidDbClusterStateException.Builder Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of InvalidDbClusterStateException.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return InvalidDbClusterStateException.Builder Modifier and Type Method Description InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static InvalidDbClusterStateException.BuilderInvalidDbClusterStateException. builder()InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. cause(Throwable cause)InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. message(String message)InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. requestId(String requestId)InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. statusCode(int statusCode)InvalidDbClusterStateException.BuilderInvalidDbClusterStateException. toBuilder()InvalidDbClusterStateException.BuilderInvalidDbClusterStateException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type InvalidDbClusterStateException.Builder Modifier and Type Method Description static Class<? extends InvalidDbClusterStateException.Builder>InvalidDbClusterStateException. serializableBuilderClass()
-