public static interface FileSystemAlreadyExistsException.Builder extends CopyableBuilder<FileSystemAlreadyExistsException.Builder,FileSystemAlreadyExistsException>
| Modifier and Type | Method and Description |
|---|---|
FileSystemAlreadyExistsException.Builder |
errorCode(String errorCode)
Sets the value of the ErrorCode property for this object.
|
FileSystemAlreadyExistsException.Builder |
fileSystemId(String fileSystemId)
Sets the value of the FileSystemId property for this object.
|
FileSystemAlreadyExistsException.Builder |
message(String message) |
copyapply, buildFileSystemAlreadyExistsException.Builder errorCode(String errorCode)
errorCode - The new value for the ErrorCode property for this object.FileSystemAlreadyExistsException.Builder fileSystemId(String fileSystemId)
fileSystemId - The new value for the FileSystemId property for this object.FileSystemAlreadyExistsException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.