Serializable
, ToCopyableBuilder<DirectoryAlreadyExistsException.Builder,DirectoryAlreadyExistsException>
@Generated("software.amazon.awssdk:codegen") public class DirectoryAlreadyExistsException extends CloudDirectoryException implements ToCopyableBuilder<DirectoryAlreadyExistsException.Builder,DirectoryAlreadyExistsException>
Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DirectoryAlreadyExistsException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static DirectoryAlreadyExistsException.Builder |
builder() |
|
static Class<? extends DirectoryAlreadyExistsException.Builder> |
serializableBuilderClass() |
|
DirectoryAlreadyExistsException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryAlreadyExistsException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DirectoryAlreadyExistsException.Builder,DirectoryAlreadyExistsException>
public static DirectoryAlreadyExistsException.Builder builder()
public static Class<? extends DirectoryAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.