Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static S3Error.Builder |
S3Error.builder() |
S3Error.Builder |
S3Error.Builder.code(String code)
The error code is a string that uniquely identifies an error condition.
|
S3Error.Builder |
S3Error.Builder.key(String key)
The error key.
|
S3Error.Builder |
S3Error.Builder.message(String message)
The error message contains a generic description of the error condition in English.
|
S3Error.Builder |
S3Error.toBuilder() |
S3Error.Builder |
S3Error.Builder.versionId(String versionId)
The version ID of the error.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends S3Error.Builder> |
S3Error.serializableBuilderClass() |
Copyright © 2020. All rights reserved.