Uses of Interface
software.amazon.awssdk.services.s3.model.ErrorDetails.Builder
-
Packages that use ErrorDetails.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ErrorDetails.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ErrorDetails.Builder Modifier and Type Method Description static ErrorDetails.BuilderErrorDetails. builder()ErrorDetails.BuilderErrorDetails.Builder. errorCode(String errorCode)If the V1CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code.ErrorDetails.BuilderErrorDetails.Builder. errorMessage(String errorMessage)If the V1CreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error message.ErrorDetails.BuilderErrorDetails. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ErrorDetails.Builder Modifier and Type Method Description static Class<? extends ErrorDetails.Builder>ErrorDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ErrorDetails.Builder Modifier and Type Method Description default GetBucketMetadataTableConfigurationResult.BuilderGetBucketMetadataTableConfigurationResult.Builder. error(Consumer<ErrorDetails.Builder> error)If theCreateBucketMetadataTableConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.default InventoryTableConfigurationResult.BuilderInventoryTableConfigurationResult.Builder. error(Consumer<ErrorDetails.Builder> error)Sets the value of the Error property for this object.default JournalTableConfigurationResult.BuilderJournalTableConfigurationResult.Builder. error(Consumer<ErrorDetails.Builder> error)Sets the value of the Error property for this object.
-