Uses of Interface
software.amazon.awssdk.services.connect.model.AttachedFileError.Builder
-
Packages that use AttachedFileError.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttachedFileError.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AttachedFileError.Builder Modifier and Type Method Description static AttachedFileError.BuilderAttachedFileError. builder()AttachedFileError.BuilderAttachedFileError.Builder. errorCode(String errorCode)Status code describing the failure.AttachedFileError.BuilderAttachedFileError.Builder. errorMessage(String errorMessage)Why the attached file couldn't be retrieved.AttachedFileError.BuilderAttachedFileError.Builder. fileId(String fileId)The unique identifier of the attached file resource.AttachedFileError.BuilderAttachedFileError. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AttachedFileError.Builder Modifier and Type Method Description static Class<? extends AttachedFileError.Builder>AttachedFileError. serializableBuilderClass()
-