Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BackupNotFoundException.Builder
-
Packages that use BackupNotFoundException.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BackupNotFoundException.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupNotFoundException.Builder Modifier and Type Method Description BackupNotFoundException.Builder
BackupNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static BackupNotFoundException.Builder
BackupNotFoundException. builder()
BackupNotFoundException.Builder
BackupNotFoundException.Builder. cause(Throwable cause)
BackupNotFoundException.Builder
BackupNotFoundException.Builder. message(String message)
BackupNotFoundException.Builder
BackupNotFoundException.Builder. numAttempts(Integer numAttempts)
BackupNotFoundException.Builder
BackupNotFoundException.Builder. requestId(String requestId)
BackupNotFoundException.Builder
BackupNotFoundException.Builder. statusCode(int statusCode)
BackupNotFoundException.Builder
BackupNotFoundException. toBuilder()
BackupNotFoundException.Builder
BackupNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupNotFoundException.Builder Modifier and Type Method Description static Class<? extends BackupNotFoundException.Builder>
BackupNotFoundException. serializableBuilderClass()
-