Uses of Interface
software.amazon.awssdk.services.fsx.model.BackupRestoringException.Builder
-
Packages that use BackupRestoringException.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of BackupRestoringException.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return BackupRestoringException.Builder Modifier and Type Method Description BackupRestoringException.BuilderBackupRestoringException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BackupRestoringException.BuilderBackupRestoringException. builder()BackupRestoringException.BuilderBackupRestoringException.Builder. cause(Throwable cause)BackupRestoringException.BuilderBackupRestoringException.Builder. fileSystemId(String fileSystemId)The ID of a file system being restored from the backup.BackupRestoringException.BuilderBackupRestoringException.Builder. message(String message)BackupRestoringException.BuilderBackupRestoringException.Builder. requestId(String requestId)BackupRestoringException.BuilderBackupRestoringException.Builder. statusCode(int statusCode)BackupRestoringException.BuilderBackupRestoringException. toBuilder()BackupRestoringException.BuilderBackupRestoringException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type BackupRestoringException.Builder Modifier and Type Method Description static Class<? extends BackupRestoringException.Builder>BackupRestoringException. serializableBuilderClass()
-