Interface DataAlreadyExistsException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,BackupStorageException.Builder,Buildable,CopyableBuilder<DataAlreadyExistsException.Builder,DataAlreadyExistsException>,SdkBuilder<DataAlreadyExistsException.Builder,DataAlreadyExistsException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- DataAlreadyExistsException
public static interface DataAlreadyExistsException.Builder extends SdkPojo, CopyableBuilder<DataAlreadyExistsException.Builder,DataAlreadyExistsException>, BackupStorageException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataAlreadyExistsException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)DataAlreadyExistsException.Buildercause(Throwable cause)DataAlreadyExistsException.Builderchecksum(String checksum)Data checksum usedDataAlreadyExistsException.BuilderchecksumAlgorithm(String checksumAlgorithm)Checksum algorithm usedDataAlreadyExistsException.Buildermessage(String message)DataAlreadyExistsException.BuilderrequestId(String requestId)DataAlreadyExistsException.BuilderstatusCode(int statusCode)DataAlreadyExistsException.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
checksum
DataAlreadyExistsException.Builder checksum(String checksum)
Data checksum used- Parameters:
checksum- Data checksum used- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksumAlgorithm
DataAlreadyExistsException.Builder checksumAlgorithm(String checksumAlgorithm)
Checksum algorithm used- Parameters:
checksumAlgorithm- Checksum algorithm used- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
DataAlreadyExistsException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceBackupStorageException.Builder
-
message
DataAlreadyExistsException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceBackupStorageException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
DataAlreadyExistsException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceBackupStorageException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
DataAlreadyExistsException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceBackupStorageException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
DataAlreadyExistsException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceBackupStorageException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
DataAlreadyExistsException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceBackupStorageException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-