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