Interface BackupRestoringException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<BackupRestoringException.Builder,BackupRestoringException>,FSxException.Builder,SdkBuilder<BackupRestoringException.Builder,BackupRestoringException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- BackupRestoringException
public static interface BackupRestoringException.Builder extends SdkPojo, CopyableBuilder<BackupRestoringException.Builder,BackupRestoringException>, FSxException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupRestoringException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)BackupRestoringException.Buildercause(Throwable cause)BackupRestoringException.BuilderfileSystemId(String fileSystemId)The ID of a file system being restored from the backup.BackupRestoringException.Buildermessage(String message)BackupRestoringException.BuilderrequestId(String requestId)BackupRestoringException.BuilderstatusCode(int statusCode)BackupRestoringException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
fileSystemId
BackupRestoringException.Builder fileSystemId(String fileSystemId)
The ID of a file system being restored from the backup.
- Parameters:
fileSystemId- The ID of a file system being restored from the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
BackupRestoringException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceFSxException.Builder
-
message
BackupRestoringException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceFSxException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
BackupRestoringException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceFSxException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
BackupRestoringException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceFSxException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
BackupRestoringException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceFSxException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
BackupRestoringException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceFSxException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-