Uses of Interface
software.amazon.awssdk.services.s3.model.S3Error.Builder
-
Packages that use S3Error.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of S3Error.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3Error.Builder Modifier and Type Method Description static S3Error.BuilderS3Error. builder()S3Error.BuilderS3Error.Builder. code(String code)The error code is a string that uniquely identifies an error condition.S3Error.BuilderS3Error.Builder. key(String key)The error key.S3Error.BuilderS3Error.Builder. message(String message)The error message contains a generic description of the error condition in English.S3Error.BuilderS3Error. toBuilder()S3Error.BuilderS3Error.Builder. versionId(String versionId)The version ID of the error.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3Error.Builder Modifier and Type Method Description static Class<? extends S3Error.Builder>S3Error. serializableBuilderClass()
-